Most viewed questions in Kubernetes

0 votes
2 answers

How do I create a volume in kubernetes so that it doesn't get detroyed when pods die?

if you need to do this is ...READ MORE

Jul 26, 2020 in Kubernetes by Akash Gupta
1,312 views
+1 vote
1 answer

Is autoscaling possible in kubernetes ingress nginx

In principle, the NGINX ingress controller is ...READ MORE

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

Traefik with Docker Stack doesn't detect port

When using traefik configured for swarm mode, ...READ MORE

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

Advantages of using Kubernetes with Rancher

One of the best features for using ...READ MORE

Mar 28, 2019 in Kubernetes by Yesha
1,289 views
0 votes
1 answer

What are selector based selectors in Kubernetes?

This type of selector allows filtering keys ...READ MORE

Apr 17, 2019 in Kubernetes by Kim
1,283 views
0 votes
1 answer

What is Minikube?

Minikube is a tool that lets you ...READ MORE

Apr 10, 2019 in Kubernetes by Himanshu
1,283 views
0 votes
1 answer

How to create one PVC in Kubernetes Cluster?

Hi@akhtar, In Kubernetes, no command is available to ...READ MORE

Jul 6, 2020 in Kubernetes by MD
• 95,440 points
1,273 views
0 votes
1 answer

How do I set up a minikube cluster on Ubuntu?

Minikube is a tool that makes Kubernetes ...READ MORE

Feb 22, 2019 in Kubernetes by Sumit
1,270 views
0 votes
1 answer

How to automate the rollback of deployment when it fails using helm and without timeout?

As it turns out, there is an ...READ MORE

Sep 18, 2020 in Kubernetes by Kim
1,264 views
0 votes
2 answers

Error saying: Ingress Error No healthy backends could be found. Check pod liveness probes for more details.

In the Dockerfile, you need to export ...READ MORE

Sep 12, 2018 in Kubernetes by Hannah
• 18,570 points
1,264 views
0 votes
1 answer

How does Kubernetes simplify containerized application deployment process?

A application deployment requires , web tier ...READ MORE

Jul 11, 2019 in Kubernetes by Sirajul
• 59,230 points
1,254 views
0 votes
2 answers

Error while installing MiniKube

Check if it's properly enabled for the ...READ MORE

Aug 30, 2018 in Kubernetes by Kalgi
• 52,360 points
1,246 views
0 votes
1 answer

Is it possible to route the traffic from outside the kubernetes cluster directly to the pods?

Yes, it is possible to route traffic ...READ MORE

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

kubernetes ingress not accessible

You need to set up an ingress ...READ MORE

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

Accessing private Docker Hub repository from Kubernetes on Vagrant

In order to pull private dockerhub hosted ...READ MORE

Sep 18, 2018 in Kubernetes by DareDev
• 6,890 points
1,232 views
0 votes
1 answer

Not able to access the kubernetes dashboard

Have you executed this proxy command? kubectl proxy Try ...READ MORE

Oct 8, 2018 in Kubernetes by Kalgi
• 52,360 points
1,227 views
0 votes
2 answers

Error while installing curl on ubuntu

This might help https://www.edureka.co/community/18638/resource-tempo ...READ MORE

Nov 23, 2018 in Kubernetes by Harsha
1,215 views
0 votes
1 answer

Nginx routing for kubernetes services

Hey, backend is a service running on ...READ MORE

Feb 8, 2019 in Kubernetes by Kalgi
• 52,360 points
1,201 views
0 votes
1 answer

Deepstream.io on Kubernetes cluster

Kompose doesn’t support host volume mounting. Instead ...READ MORE

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

Node_modules empty in kubernetes

The general idea is that init containers ...READ MORE

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

Ingress missing associated address/ELB

To get up and running on EKS: Deploy ...READ MORE

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

Define pod yaml dynamically-jenkins pipeline Kubernetes

Try using jinja template engine and python ...READ MORE

Aug 28, 2018 in Kubernetes by Kalgi
• 52,360 points
1,190 views
0 votes
1 answer

What is KUBE proxy?

The Kubernetes network proxy runs on each ...READ MORE

Jul 15, 2019 in Kubernetes by Sirajul
• 59,230 points
1,187 views
0 votes
3 answers

Request Kubernetes API server

Create a api wrapper. This way you ...READ MORE

Aug 31, 2018 in Kubernetes by Hannah
• 18,570 points
1,186 views
0 votes
1 answer

Use traefik as an Ingress Controller on Kubernetes

You can create a traefik service something like ...READ MORE

Jan 6, 2019 in Kubernetes by Nick
1,184 views
+2 votes
1 answer

error: no configuration has been provided, try setting KUBERNETES_MASTER environment variable

Hi@akhtar, You may get this error if you ...READ MORE

May 22, 2020 in Kubernetes by MD
• 95,440 points
1,177 views
0 votes
1 answer

Taint and tolerance in Kubernetes 1.6

Hey @Greg, Taint can be considered as ...READ MORE

Jun 27, 2019 in Kubernetes by Yamini
1,167 views
0 votes
1 answer

kafka in Kubernetes cluster

Configure kafka container as follows: ports: ...READ MORE

Oct 22, 2018 in Kubernetes by Hannah
• 18,570 points
1,158 views
0 votes
1 answer

Example for using taint and tolerance - Kubernetes

Hey @Tara, this is how you use ...READ MORE

Jun 28, 2019 in Kubernetes by Faiza
1,153 views
0 votes
1 answer

How do I add clusterrole to allow access to kubernetes dashboard

This completely depends on what roles you ...READ MORE

Nov 23, 2018 in Kubernetes by Hannah
• 18,570 points
1,150 views
0 votes
1 answer

Kubernetes cluster monitoring with Prometheus with a grafana dashboard.

Hey, You can actually just google Grafana ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
1,149 views
0 votes
1 answer

Customize the routing logic in kubernetes ingress controller

Try building your own customized image based on ...READ MORE

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

What all components is the Master server in Kubernetes made up of?

Kubernetes is a combination of multiple parts ...READ MORE

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

Single LoadBalancer for multiple services

You could simply use nginx as a ...READ MORE

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

Master node dies after running kubernetes on aws for few days

I think you're falling short of memory, ...READ MORE

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

Unable to run Kubernetes on rancher cluster

switch Docker to 1.12.x; Kubernetes doesn't support ...READ MORE

Aug 28, 2018 in Kubernetes by Kalgi
• 52,360 points
1,112 views
0 votes
1 answer

How to configure Jenkins environment using HELM?

Hi@akhtar, You need to install the helm chart ...READ MORE

Jul 6, 2020 in Kubernetes by MD
• 95,440 points
1,111 views
0 votes
1 answer

Filter source ip in kubernetes ingress in GCE

This feature currently works only with nginx. Example ...READ MORE

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

Rancher vs Kubernetes

Rancher operates at a higher level and ...READ MORE

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

How does DNS work in kubernetes?

DNS is a built-in service in Kubernetes. ...READ MORE

Jul 12, 2019 in Kubernetes by Sirajul
• 59,230 points
1,096 views
0 votes
2 answers

How can I access a service installed on Kubernetes from anywhere?

if u want to directly want to ...READ MORE

Jul 26, 2020 in Kubernetes by Akash Gupta
1,095 views
0 votes
0 answers

While adding slave to master node then im getting an error as mentioned below

error execution phase preflight: couldn't validate the ...READ MORE

Aug 30, 2019 in Kubernetes by Sai kumar G
1,090 views
0 votes
1 answer

Pros and cons of using Traefik as ingress on Kubernetes as Deployment?

You can use Traefik either as a deployment or ...READ MORE

Jan 8, 2019 in Kubernetes by Haider
1,087 views
0 votes
1 answer

How to setup error reporting in Stackdriver from kubernetes pods?

The basic idea is to start a ...READ MORE

Nov 13, 2018 in Kubernetes by ajs3033
• 7,300 points
1,084 views
0 votes
1 answer

What is a Resource Quota in Kubernetes?

A resource quota, defined by a ResourceQuota ...READ MORE

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

What are the different ways to access kubernetes dashboard?

There are three main ways to access ...READ MORE

Nov 23, 2018 in Kubernetes by Hannah
• 18,570 points
1,075 views
0 votes
2 answers

Kubernetes Ingress servicePort alternative?

Check out this example that allows to ...READ MORE

Nov 20, 2020 in Kubernetes by anonymous
1,060 views
0 votes
2 answers

Error saying "Can't find aws in PATH, please fix and retry" on kubernetes aws

If you are using Ubuntu OS. run ...READ MORE

Oct 9, 2018 in Kubernetes by Nilesh
• 7,050 points
1,042 views
0 votes
1 answer

Create a volume in kubernetes that won't get destroyed even if the pods die?

You can use the writemany which should ...READ MORE

Oct 17, 2018 in Kubernetes by lina
• 8,220 points
1,033 views
0 votes
1 answer

Install SSL certificate to aws load balancer in kubernetes?

you cannot setup an ELB deployed with ...READ MORE

Oct 10, 2018 in Kubernetes by Kalgi
• 52,360 points
1,032 views