skip to Main Content

Redis – How EXTERNAL-IP is set In This Case?

After having a local Kubernates up using minikube, I run a series of kubectl commands: $ kubectl apply -f https://app.getambassador.io/initializer/yaml/0a6624ff-5b39-418f-b61d-7ba83dc3ab7b/crds && kubectl wait --for condition=established --timeout=90s crd -lproduct=aes $ kubectl apply -f https://app.getambassador.io/initializer/yaml/0a6624ff-5b39-418f-b61d-7ba83dc3ab7b/install && kubectl wait -n ambassador deploy -lproduct=aes…

VIEW QUESTION

Redis – Kubernetes apply all files inside a directory, "kubectl apply –all"?

Just wondering, let's say I have X Kubernetes deployment.yaml, pod.yaml, persistedvolumecliam.yaml and service.yaml files inside a directory. The tutorials would tell us to do the following: kubectl apply -f frontend-service.yaml,redis-master-service.yaml,redis-slave-service.yaml,frontend-deployment.yaml,redis-master-deployment.yaml,redis-slave-deployment.yaml Is there a way just to do something like: kubectl…

VIEW QUESTION
Back To Top
Search