logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Kubectl Replace - Update Kubernetes Resources | Online Free DevTools by Hexmos

Replace Kubernetes resources effortlessly with Kubectl Replace. Update existing deployments, services and pods using YAML or stdin. Free online tool, no registration required.

kubectl-replace

Replace a resource by file or stdin. More information: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#replace.

  • Replace the resource using the resource definition file:

kubectl replace {{[-f|--filename]}} {{path/to/file.yml}}

  • Replace the resource using the input passed into stdin:

kubectl replace {{[-f|--filename]}} -

  • Force replace, delete and then re-create the resource:

kubectl replace --force {{[-f|--filename]}} {{path/to/file.yml}}

See Also