Kubernetes YAML जनरेटर
Kubernetes YAML जनरेट करें।
kubectl apply -f my-app.yamlKubernetes Manifests - तकनीकी विवरण
Kubernetes uses YAML manifests to define resources. Common resources include Deployments (running containers), Services (networking), ConfigMaps (configuration), and Secrets (sensitive data).
कमांड-लाइन विकल्प
kubectl apply -f manifest.yaml kubectl get pods kubectl describe deployment my-app