Skip to main content
DevTools24

Kubernetes YAML जनरेटर

Kubernetes YAML जनरेट करें।

kubectl apply -f my-app.yaml

Kubernetes 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

संदर्भ

आधिकारिक स्पेसिफिकेशन देखें