python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
kubectl apply fails as if providing mutually exclusive options
I'm trying to update a k8s deployment using a kubectl apply command. The deployment already exists in the cluster, and was created with the same YAML file provided now to the apply command, but with s...
Btc Sources
Votes: 0
Answers: 1
Kubectl commands only working with minikube
How come that when I use minikube, all my kubectl commands work properly e.g. kubectl get nodes. But the moment I stop minikube and try using k3d.
Install k3d with choco install k3d
Make a cluster in...
zhrgci
Votes: 0
Answers: 1
Obtain the hostname served by a Kubernetes Ingress
How to resolve the domain/hostname of a K8s Service, that a specific K8s Ingress is serving?
In the namespace foobar, I want to know where to connect for the service provided by the ingress.
kubectl -...
Rodrigo
Votes: 0
Answers: 1
How to kubectl re-apply deployment
I want to update my pod because there is a new image uploaded to docker registry with latest tag.
I am currently doing this:
kubectl delete -f deployment.yaml
kubectl apply -f deployment.yaml
If I do...
John
Votes: 0
Answers: 2