Most answered questions in Kubernetes

0 votes
1 answer

How to rollback a deployment?

Applying changes to a Deployment process with ...READ MORE

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

How to determine what is the status of a deployment ?

You could use kubectl get deployment <deployment>.  If ...READ MORE

Jul 12, 2019 in Kubernetes by Sirajul
• 59,230 points
482 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,098 views
0 votes
1 answer

How to build a high availability cluster in Kubernetes?

Add nodes in a HA cluster in ...READ MORE

Jul 12, 2019 in Kubernetes by Sirajul
• 59,230 points
956 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,255 views
0 votes
1 answer

What is a Kubelet?

Each node runs services to run containers ...READ MORE

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

Kubernetes Objects and Workloads.

Kubernetes object model provides set of features ...READ MORE

Jul 11, 2019 in Kubernetes by Sirajul
• 59,230 points
759 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

What all packages do i need to install to use kubernetes on my machine?

Install below packages on all of your ...READ MORE

Jul 11, 2019 in Kubernetes by Sirajul
• 59,230 points
679 views
+1 vote
1 answer

Nginx: 502 Bad Gateway error after deploying redmine in kubernetes cluster.

I have fixed the problem! the issue ...READ MORE

Jul 12, 2019 in Kubernetes by Mehrez Kanzari
5,262 views
0 votes
1 answer

set the timezone in Kubernetes cluster

You can set the timezone of the ...READ MORE

Jul 4, 2019 in Kubernetes by Fawaad
8,930 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,154 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

Risks of ruming taints in production cluster?

Hi @Mihir, the possible issues that you ...READ MORE

Jun 27, 2019 in Kubernetes by Yesha
514 views
0 votes
1 answer

Kubernetes Error "1 node(s) had taints that the pod didn't tolerate." [closed]

Hey @Sitara, check if all your pods ...READ MORE

Jun 27, 2019 in Kubernetes by Jazz
12,990 views
0 votes
1 answer

Can Kubernetes dashboard be accessible from outside the cluster?

Yes, you just have to copy the ...READ MORE

Apr 30, 2019 in Kubernetes by Himanshu Sharma
858 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,285 views
0 votes
1 answer

What are Equity based selectors?

Equity-based selectors allow filtering by label key and ...READ MORE

Apr 17, 2019 in Kubernetes by Yesha
1,469 views
0 votes
1 answer

Different container resource management tools

Few container resource management tools are as ...READ MORE

Apr 17, 2019 in Kubernetes by Sahit
399 views
0 votes
1 answer

What is container resource Manager?

As for users, it is really important ...READ MORE

Apr 17, 2019 in Kubernetes by Sahit
546 views
0 votes
1 answer

Different types of cloud controller manager

There are four different types of Cloud ...READ MORE

Apr 17, 2019 in Kubernetes by Sahit
843 views
0 votes
1 answer

Cloud Controller manager and its uses

The Cloud Controller Manager is responsible for persistent ...READ MORE

Apr 17, 2019 in Kubernetes by Sahit
900 views
0 votes
1 answer

Difference between deploying apps on hosts and container

The left side architecture represents deploying applications ...READ MORE

Apr 17, 2019 in Kubernetes by Sahit
2,887 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,284 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 6,159 views
0 votes
1 answer

New release Kubernetes 1.14 - 25 March 2019 - Features

A new Kubernetes release was made on ...READ MORE

Mar 29, 2019 in Kubernetes by Kalgi
338 views
0 votes
1 answer

How do I deploy Rancher on a Linux system?

Step 1: Prepare a Linux host and install ...READ MORE

Mar 28, 2019 in Kubernetes by Shlok
364 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,292 views
0 votes
1 answer

What is RKE in Rancher?

Rancher Kubernetes Engine (RKE) is a light-weight ...READ MORE

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

Rancher vs OpenShift

They both excel in different fields, Rancher ...READ MORE

Mar 28, 2019 in Kubernetes by Ram
4,141 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,101 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,947 views
–1 vote
1 answer

order to apply kubernetes-dashboard ? before I join the worker nodes or after the join of the worker node ?

Not really. There are a few things ...READ MORE

Mar 18, 2019 in Kubernetes by Vardhan
• 13,190 points
963 views
0 votes
1 answer

Any one have real use case of kubernetes in aws

Hey, Kubernetes is a container orchestration tool. With ...READ MORE

Mar 15, 2019 in Kubernetes by Kalgi
• 52,360 points

edited Mar 18, 2019 by Kalgi 422 views
0 votes
1 answer

How do I set up a k8s cluster on windows?

Hey @Nadia, follow these steps to create ...READ MORE

Feb 25, 2019 in Kubernetes by Roshan
467 views
0 votes
1 answer

Error while installing minikube on Ubuntu

Hey @Layla, Try running minikube without the ...READ MORE

Feb 22, 2019 in Kubernetes by Kyraa
2,716 views
0 votes
1 answer

What is the difference between running Kubernetes on Minikube and running it locally?

There is no difference between running a ...READ MORE

Feb 23, 2019 in Kubernetes by Yamini
2,669 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,276 views
0 votes
1 answer

Are there any pre-requisites for installing Kubernetes on Ubuntu?

If you're installing on VM's, then follow ...READ MORE

Feb 22, 2019 in Kubernetes by Sumit
435 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,908 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,211 views
0 votes
1 answer

Exposing kubernetes app using AWS Elastic LoadBalancer

Hey @Gopi,  Try creating a LoadBalancer pod maybe ...READ MORE

Jan 31, 2019 in Kubernetes by Kalgi
• 52,360 points
2,484 views
0 votes
1 answer

Kuberentes: How to use ssh secret key file?

Check the official docs here for a ...READ MORE

Jan 24, 2019 in Kubernetes by ajs3033
• 7,300 points
4,348 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,360 views
0 votes
1 answer

Kubectl get pods not showing any pods - Kubernetes using Kops

Hey @Alia,  I agree with @Harish, It is ...READ MORE

Jan 23, 2019 in Kubernetes by Kavya
9,771 views
0 votes
1 answer

Set volume mount user group and file permissions in kubernetes

There's a setting in Pod Security Context ...READ MORE

Jan 16, 2019 in Kubernetes by ajs3033
• 7,300 points
27,342 views
0 votes
1 answer

Kubernetes ingress unhealthy backend

Add a readinessProbe(copy your livenessProbe). It's explained ...READ MORE

Jan 16, 2019 in Kubernetes by DareDev
• 6,890 points
6,927 views
+2 votes
1 answer

Error in log when trying to create a kubernetes cluster saying 1 node(s) had taints that the pod didn't tolerate.

You get this error when your pod ...READ MORE

Jan 11, 2019 in Kubernetes by Yesha

edited Jun 28, 2019 5,320 views
0 votes
1 answer

Kuberentes: pulling image from private repo

You'll have to refer to the secret ...READ MORE

Jan 11, 2019 in Kubernetes by ajs3033
• 7,300 points
509 views
0 votes
1 answer

Kubernetes error: Did you speciy the right host or port

Try and auto generate your kubeconfig. Use: gcloud container ...READ MORE

Jan 9, 2019 in Kubernetes by DareDev
• 6,890 points
1,600 views