Most viewed questions in Kubernetes

0 votes
1 answer

Autodelete persistant volume claim when kubernetes job is completed

@Nilesh your idea seems really nice but ...READ MORE

Sep 19, 2018 in Kubernetes by Kalgi
• 52,360 points
2,435 views
0 votes
1 answer

Why do jobs have to be idempotent - kubernetes cron jobs

To understand why this happens lets for ...READ MORE

Sep 17, 2018 in Kubernetes by Kalgi
• 52,360 points
2,430 views
+1 vote
4 answers

Kubernetes- HTTPS API return `Unauthorized`

One way to do this is by ...READ MORE

Sep 5, 2018 in Kubernetes by u_told_me_to
2,430 views
0 votes
2 answers

Access Kubernetes api from within a pod container

wget version: KUBE_TOKEN=$(</var/run/secrets/kubernetes.io/serviceaccount/token) wget -vO- ...READ MORE

Aug 29, 2018 in Kubernetes by Nilesh
• 7,050 points
2,423 views
0 votes
1 answer

Kubernetes Ingress Path only works with /

Have you changed the context path in ...READ MORE

Sep 7, 2018 in Kubernetes by Kalgi
• 52,360 points
2,420 views
0 votes
1 answer

Getting the pod's ip address for the container inside of it

You can make sure that the replication ...READ MORE

Aug 24, 2018 in Kubernetes by DareDev
• 6,890 points
2,408 views
0 votes
1 answer
+1 vote
1 answer

How to use a Volume to communicate between two Containers running in the same Kubernetes-Pod?

Create a Pod that runs two Containers Create a ...READ MORE

Jul 23, 2019 in Kubernetes by Sirajul
• 59,230 points
2,379 views
0 votes
1 answer

External IP not working with Minikube Kubernetes

You can use an ingress controller on ...READ MORE

Jan 24, 2019 in Kubernetes by DareDev
• 6,890 points
2,356 views
0 votes
2 answers

single point of entry for multiple services in kubernetes ingress

I tried having something similar too. Deployment apiVersion: extensions/v1beta1 kind: ...READ MORE

Sep 7, 2018 in Kubernetes by Hannah
• 18,570 points
2,350 views
0 votes
1 answer

"error: argument --region: expected one argument" in kubernetes on aws

I think its the region issue, the ...READ MORE

Oct 9, 2018 in Kubernetes by Kalgi
• 52,360 points
2,348 views
0 votes
1 answer

Does the rolling update with state full set replica=1 work?

No, because there is only 1 replica, ...READ MORE

Jul 19, 2019 in Kubernetes by Sirajul
• 59,230 points
2,338 views
0 votes
1 answer

Kops validate cluster giving an error saying no such host

One of the possible reasons could be using ...READ MORE

Jan 8, 2019 in Kubernetes by Manali
2,327 views
0 votes
1 answer

Error saying dial tcp timeout - kubernetes on aws

hey @Ali, get the log file, go ...READ MORE

Jan 8, 2019 in Kubernetes by Eliza
2,319 views
0 votes
2 answers

Kubernetes(GKE) cronjob not working

Adding to @Kalgi's answer I think you ...READ MORE

Sep 19, 2018 in Kubernetes by Nilesh
• 7,050 points
2,305 views
0 votes
1 answer
0 votes
1 answer

Now when I run "kubectl describe ing" the backend is listed as "UNHEALTHY" and all requests to the ingress IP give a 502

The application must return a 200 status ...READ MORE

Oct 5, 2018 in Kubernetes by Kalgi
• 52,360 points
2,267 views
0 votes
2 answers

kubernetes service external ip pending

This question is very similar to this. READ MORE

Oct 8, 2018 in Kubernetes by Nilesh
• 7,050 points
2,262 views
0 votes
1 answer

How to install minikube in windows?

Hi@akhtar, To install Minikube manually on Windows using Windows ...READ MORE

May 18, 2020 in Kubernetes by MD
• 95,440 points
2,258 views
0 votes
1 answer

How to use gravitational teleport in a container/kubernetes environment?

You can use teleport to augment kubernetes ...READ MORE

Jun 28, 2018 in Kubernetes by ajs3033
• 7,300 points
2,236 views
+2 votes
1 answer

Can we setup the kubernetes cronjob for a shell script present on local file system and not on the cluster?

This is the CRON function for executing ...READ MORE

Jan 16, 2020 in Kubernetes by Rhea
2,229 views
0 votes
1 answer

What is meant by federated cluster?

Cluster federation is conceptually simple. You aggregate multiple ...READ MORE

Jul 16, 2019 in Kubernetes by Sirajul
• 59,230 points
2,223 views
0 votes
1 answer

is there any way we can run kubectl command without sudo acess in KOPS kubernetes?

Yes, you can use kubectl on kops ...READ MORE

Aug 28, 2019 in Kubernetes by Adarsh
2,184 views
0 votes
2 answers

Kubernetes on AWS: “Error: unknown flag: --config”

Update the cluster.yaml, changing the line kubernetesVersion: v1.6.6_coreos.1 to kubernetesVersion: v1.7.10_coreos.0 Should ...READ MORE

Oct 4, 2018 in Kubernetes by Kalgi
• 52,360 points
2,183 views
0 votes
1 answer

How to create secrets from a text file in Kubernetes?

Hi@akhtar, Secrets can contain user credentials required by ...READ MORE

Jul 16, 2020 in Kubernetes by MD
• 95,440 points
2,182 views
0 votes
1 answer

Issue with Kubernetes ingress routing to Nextjs applications

You’re using nginx ingress controller which does ...READ MORE

Sep 11, 2018 in Kubernetes by Kalgi
• 52,360 points
2,160 views
0 votes
1 answer

"error marking master: timed out waiting for the condition" while creating a kubernetes cluster

There could be many reasons that generates ...READ MORE

Oct 30, 2018 in Kubernetes by Kalgi
• 52,360 points
2,153 views
0 votes
1 answer

Pods IP address from inside a container in the pod

Make sure that your pod yaml file ...READ MORE

Aug 29, 2018 in Kubernetes by Kalgi
• 52,360 points
2,150 views
0 votes
1 answer

Building an image in kubernetes using Kompose

Kompose supports both building and pushing Docker ...READ MORE

Jul 17, 2019 in Kubernetes by Sirajul
• 59,230 points
2,120 views
0 votes
1 answer

Defining a fallback service for Kubernetes ingress

For the Nginx Ingress Controller there is ...READ MORE

Sep 11, 2018 in Kubernetes by Kalgi
• 52,360 points
2,113 views
0 votes
2 answers

How to create ssh public key that is required to create kubernetes cluster in AWS

Duplicate of https://www.edureka.co/community/26673/error-saying-publi ...READ MORE

Oct 24, 2018 in Kubernetes by krishti
2,108 views
0 votes
1 answer

Kubernetes Ingress not resolving backend service

I think you're trying to access the ingress ...READ MORE

Oct 1, 2018 in Kubernetes by Kalgi
• 52,360 points
2,096 views
0 votes
1 answer

Adding users to kubernetes

Follow these steps: create service account for user Alice kubectl ...READ MORE

Sep 5, 2018 in Kubernetes by Kalgi
• 52,360 points
2,096 views
0 votes
1 answer

Modifying a deployment without editing the file manually

You can try kubectl patch to do ...READ MORE

Aug 24, 2018 in Kubernetes by ajs3033
• 7,300 points
2,091 views
0 votes
1 answer

Running A cronjob in a pod in Kubernetes

Unfortunately, you cannot run the CronJob inside a container ...READ MORE

Sep 17, 2018 in Kubernetes by Kalgi
• 52,360 points
2,088 views
0 votes
1 answer

Is there a way to make a pod to automatically come up when the host restarts?

Yes using replication controller but it may ...READ MORE

Jul 19, 2019 in Kubernetes by Sirajul
• 59,230 points
2,086 views
0 votes
2 answers

run cron jobs inside container in background, when i am having a nodejs application as endpoint in foreground?

You can define a health check in ...READ MORE

Sep 17, 2018 in Kubernetes by lina
• 8,220 points
2,076 views
0 votes
1 answer

How do I sign-in to kubernetes dashboard?

Since version 1.7 Dashboard uses more secure ...READ MORE

Sep 7, 2018 in Kubernetes by DareDev
• 6,890 points
2,067 views
0 votes
1 answer

Kubernetes: What are the types of multi-container pod patterns?

Here are the different types of multi-container ...READ MORE

Jul 17, 2019 in Kubernetes by Sirajul
• 59,230 points
2,059 views
+1 vote
2 answers

Accessing Kubernetes Web UI (Dashboard)

To access Kubernetes dashboard, you need to ...READ MORE

Apr 16, 2019 in Kubernetes by Ray
2,054 views
0 votes
1 answer

Cluster not found error on kops get clusters

You get this error when you either ...READ MORE

Jan 8, 2019 in Kubernetes by Barbara
2,042 views
0 votes
1 answer

Pod not sharing directory - Kubernetes volume Hostpath

he issue was on the volume definition, ...READ MORE

Aug 28, 2018 in Kubernetes by Kalgi
• 52,360 points
2,041 views
0 votes
2 answers

The Status of nodes shown unknown

This worked for me In Azure, if you ...READ MORE

Aug 30, 2018 in Kubernetes by Nilesh
• 7,050 points
2,023 views
0 votes
1 answer

Set the concurrencyPolicy in a cronjob

The property concurrencyPolicy is part of the CronJob spec, ...READ MORE

Sep 18, 2018 in Kubernetes by Kalgi
• 52,360 points
1,979 views
0 votes
1 answer

Kubelet process has high CPU usage over long time

Kubelet stores information about all pods, running ...READ MORE

Sep 19, 2018 in Kubernetes by Kalgi
• 52,360 points
1,978 views
0 votes
1 answer

curl: (7) Failed connect to master-node:32602; Connection refused https://github.com/kubernetes/kubernetes/issues/37199

Hi@akhtar, I guess there is a problem with ...READ MORE

Aug 27, 2020 in Kubernetes by MD
• 95,440 points
1,969 views
0 votes
1 answer

Can't list the deployment resources using RBAC

"extensions" and "apps" API groups cover replicasets ...READ MORE

Dec 28, 2018 in Kubernetes by DareDev
• 6,890 points
1,948 views
0 votes
1 answer

What is Rancher?

Rancher is an open source software platform ...READ MORE

Mar 28, 2019 in Kubernetes by Alok
1,945 views
0 votes
1 answer

What are the container hooks available in kubernetes?

The hooks enable Containers to be aware ...READ MORE

Jul 15, 2019 in Kubernetes by Sirajul
• 59,230 points
1,913 views
0 votes
1 answer

How do I install Kubernetes on Ubuntu and set up a cluster?

Hey Isha, Follow these steps to create ...READ MORE

Feb 22, 2019 in Kubernetes by Hemant
1,903 views