Create Kubernetes YAML for Deployment, Service & Pods
www.learnitguide.net › 2018 › 08Aug 15, 2018 · Apply the YAML for kubernetes deployment. Use "kubectl apply" command to apply the yaml configuration file. [root@kubernetes-master ~]# kubectl apply -f httpd-basic-deployment.yml deployment.apps/my-httpd created [root@kubernetes-master ~]# Check the status of the deployment and pods to ensure the pod is created using yaml file.