Main Menu

Search

KUBERNETES: How To Capture (gather) CoreDNS Deployment YAML File?

 KUBERNETES: Capture (gather) CoreDNS Deployment YAML File

Below is command to capture (gather) coreDNS deployment yaml file.

kubectl get deploy coredns -n kube-system -o yaml > ~/coredns-deployment.yaml

No comments:

Post a Comment