Sunday, September 13, 2026

Rules for Creating YAML file

 

  • YAML is case sensitive

  • The files should have .yaml as the extension

  • YAML does not allow the use of tabs while creating YAML files; spaces are allowed instead

No comments:

Post a Comment

Managing Kubernetes Resources

kubectl: This is the command-line interface for interacting with Kubernetes clusters. # list running Pods kubectl get pods # list running Se...