KUBERNETES QUESTIONS MUST BE DEVELOPER RELATED.
I have a pod test-1495806908-xn5jn with 2 containers. I'd like to restart one of them called container-test. Is it …
kubernetes kubectlUpon looking at the docs, there is an API call to delete 'a' pod, but is there a way to …
kubernetesI'm now trying to run a simple container with shell (/bin/bash) on a Kubernetes cluster. I thought that there …
docker containers kubernetes google-kubernetes-engineI have several docker images that I want to use with minikube. I don't want to first have to upload …
linux docker kubernetes docker-composeThis is what I keep getting: [root@centos-master ~]# kubectl get pods NAME READY STATUS RESTARTS AGE nfs-server-h6nw8 1/1 Running 0 1h …
kubernetesI tried to delete a ReplicationController with 12 pods and I could see that some of the pods are stuck in …
kubernetesAll of a sudden, I cannot deploy some images which could be deployed before. I got the following pod status: […
kubernetes openshift openshift-originI have the following replication controller in Kubernetes on GKE: apiVersion: v1 kind: ReplicationController metadata: name: myapp labels: app: myapp …
image pull kubernetesThe status of nodes is reported as unknown "conditions": [ { "type": "Ready", "status": "Unknown", "lastHeartbeatTime": "2015-11-12T06:03:19Z", "lastTransitionTime": "2015-11…
nodes kubernetesI am trying to deploy nginx on kubernetes, kubernetes version is v1.5.2, I have deployed nginx with 3 replica, YAML file …
nginx kubernetes load-balancing