From aca80c3c1d37f77f11af6cbf52832fe3a7bbc41f Mon Sep 17 00:00:00 2001 From: it-waves <97206749+it-waves@users.noreply.github.com> Date: Sun, 1 May 2022 09:35:18 -0400 Subject: [PATCH 1/3] Update README.md --- .../README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-Deployments-with-kubectl/04-01-CreateDeployment-Scaling-and-Expose-as-Service/README.md b/04-Deployments-with-kubectl/04-01-CreateDeployment-Scaling-and-Expose-as-Service/README.md index 5e0dc4e..e4bef82 100644 --- a/04-Deployments-with-kubectl/04-01-CreateDeployment-Scaling-and-Expose-as-Service/README.md +++ b/04-Deployments-with-kubectl/04-01-CreateDeployment-Scaling-and-Expose-as-Service/README.md @@ -2,7 +2,7 @@ ## Step-01: Introduction to Deployments - What is a Deployment? -- What all we can do using Deployment? +- What we can do using Deployment? - Create a Deployment - Scale the Deployment - Expose the Deployment as a Service From 6c49a41b37465edbf72e981bbe22a5e9ad8e1d41 Mon Sep 17 00:00:00 2001 From: it-waves <97206749+it-waves@users.noreply.github.com> Date: Mon, 4 Jul 2022 12:13:30 -0400 Subject: [PATCH 2/3] Update README.md --- 06-kubernetes-dashboard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-kubernetes-dashboard/README.md b/06-kubernetes-dashboard/README.md index 9bb1f6a..b316b54 100644 --- a/06-kubernetes-dashboard/README.md +++ b/06-kubernetes-dashboard/README.md @@ -42,7 +42,7 @@ metadata: namespace: kubernetes-dashboard --- # Create ClusterRoleBinding for the k8s-admin -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: k8s-admin From f44b53db7fc47af274857b1a4f93b9712b1f564d Mon Sep 17 00:00:00 2001 From: it-waves <97206749+it-waves@users.noreply.github.com> Date: Mon, 4 Jul 2022 12:14:58 -0400 Subject: [PATCH 3/3] Update README.md --- 06-kubernetes-dashboard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-kubernetes-dashboard/README.md b/06-kubernetes-dashboard/README.md index b316b54..28732f9 100644 --- a/06-kubernetes-dashboard/README.md +++ b/06-kubernetes-dashboard/README.md @@ -75,7 +75,7 @@ kubectl -n kubernetes-dashboard describe secret $(kubectl -n kubernetes-dashbo ### Access the kubernetes-dashboard using Public IP ``` # Get NodePort -kubectl get svc kubernetes-dashboard +kubectl get svc -n kubernetes-dashboard Observation: Make a note of port which starts with 3 (Example: 80:3xxxx/TCP). Capture the port 3xxxx and use it in application URL below. # kubernetes-dashboard URL