Questions tagged as 'kubernetes'

1
answer

Replicas in kubernetes between nodes

I am currently deploying from my local machine in kubernetes with the following commands docker push xxxdev.azurecr.io/xxxxoapi:latest kubectl run xxxxapi --image=xxxxdev.azurecr.io/travelexpensesparametroapi:latest --replicas=2 --labels app...
asked by 02.08.2018 / 15:42
1
answer

Problem with Deployments in Kubernetes

I have a problem with some apps that run from Kubernetes. These, are released with heml of repos Kubeapps. Once the thrown process starts it stops because a Pod requires an external IP. I tried to create an ingress file with Nginx Ingress Contro...
asked by 13.06.2018 / 12:05