-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: "Manage Deployments with kubectl" | ||
date: 2024-10-28 | ||
draft: false | ||
summary: "This video introduces the kubectl commands used to create and manage deployments." | ||
tags: ["ocne", "video", "clips", "ocne-k8s"] | ||
showDate: true | ||
--- | ||
|
||
{{< youtube id="OBGumwxjsBU" title="Manage Deployments with kubectl" >}} | ||
|
||
## Details | ||
|
||
This video demonstrates how to create and manage Kubernetes deployments. Learn how to create a deployment from command line options or from a deployment file. |