Kubernetes Yaml file faster for Deployment and DaemonSet using kubectl

The fastest hack is to create a deployment file using Now replace the line kind: Deployment with kind: DaemonSet in nginx-ds.yaml and remove the line replicas: 1 However, the following … Continue reading Kubernetes Yaml file faster for Deployment and DaemonSet using kubectl