In this lab session on "How to export the YAML using kubectl?" we will focus on -
- Individual yaml - kubectl get service SERVICE_NAME kubectl get deployment DEPLOYMENT_NAME
- All deployed resources - Kubectl get deploy --all-namespaces
- Automated Bash Script to generate YAMLs for everything running inside kubernetes cluster
Top comments (0)