Skip to content

Static YAML deployment

Static YAML deployment refers to the method of provisioning Kubernetes resources by directly applying manifest files written in the YAML format.^[400-devops__06-Kubernetes__k8s-ingress-controller-docker-desktop__README.md]

This approach typically involves using the kubectl apply -f command against a specific file path or a URL to instantiate the defined infrastructure within the cluster.^[400-devops__06-Kubernetes__k8s-ingress-controller-docker-desktop__README.md]

Sources

  • 400-devops__06-Kubernetes__k8s-ingress-controller-docker-desktop__README.md