Top "Kubernetes" questions

KUBERNETES QUESTIONS MUST BE DEVELOPER RELATED.

Kubernetes Pod Warning: 1 node(s) had volume node affinity conflict

I try to set up Kubernetes cluster. I have Persistent Volume, Persistent Volume Claim and Storage class all set-up and …

docker kubernetes persistent-volumes
Container runtime network not ready: cni config uninitialized

I'm installing kubernetes(kubeadm) on centos VM running inside Virtualbox, so with yum I installed kubeadm, kubelet and docker. Now …

kubernetes kubeadm cni
How can I trigger a Kubernetes Scheduled Job manually?

I've created a Kubernetes Scheduled Job, which runs twice a day according to its schedule. However, I would like to …

scheduled-tasks kubernetes google-kubernetes-engine
How to switch kubectl clusters between gcloud and minikube

I have Kubernetes working well in two different environments, namely in my local environment (MacBook running minikube) and as well …

kubernetes google-kubernetes-engine minikube
How to delete all resources from Kubernetes one time?

Include: Daemon Sets Deployments Jobs Pods Replica Sets Replication Controllers Stateful Sets Services ... If has replicationcontroller, when delete some deployments …

kubernetes
How to set dynamic values with Kubernetes yaml file

For example, a deployment yaml file: apiVersion: extensions/v1beta1 kind: Deployment metadata: name: guestbook spec: replicas: 2 template: metadata: labels: …

templates kubernetes yaml config key-value
Kubernetes cannot pull image from private docker image repository

I have problem with kubernetes (minikube) and pull images from local image repository on docker. Docker repository was created: docker …

kubernetes minikube
kubectl unable to connect to server: x509: certificate signed by unknown authority

i'm getting an error when running kubectl one one machine (windows) the k8s cluster is running on CentOs 7 kubernetes …

ssl kubernetes kubectl
Kubernetes - sharing secret across namespaces

Is there a way to share secrets across namespaces in Kubernetes? My use case is: I have the same private …

namespaces kubernetes
helm dry run install

I am trying to test my development helm chat deployment output using --dry-run option. when I run the below command …

kubernetes kubernetes-helm