diff --git a/content/posts/ocne/post-40/featured.png b/content/posts/ocne/post-40/featured.png new file mode 100644 index 00000000..085cb1e5 Binary files /dev/null and b/content/posts/ocne/post-40/featured.png differ diff --git a/content/posts/ocne/post-40/index.md b/content/posts/ocne/post-40/index.md new file mode 100644 index 00000000..14d157fd --- /dev/null +++ b/content/posts/ocne/post-40/index.md @@ -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.