Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1023 Bytes

lab02.md

File metadata and controls

20 lines (17 loc) · 1023 Bytes

2 - Explore Your Kubernetes Cluster

In this lab you will explore your kubernetes cluster using kubectl.

Duration: 5-10 minutes

References:

2.1 If you intend to run the advanced DevSecOps pipeline...

  1. Download the kubeconfig file from OneDrive image
  2. Explore the contents of this YAML file: image
  3. Use kubectl to verify access to the kubernetes cluster
kubectl --kubeconfig="C:\Users\emknafo\Downloads\wrkshp-001-student-003-config-aks-wrkshp-001-s-003" get nodes
  1. You should get something like this: image
  2. Congratulations! You have access to your workshop kubernetes cluster!