Trending questions in Kubernetes

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
945 views
0 votes
1 answer
0 votes
1 answer

Why should I use Kubernetes?

With the advent of microservice architecture, users ...READ MORE

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

Kubernetes: What are init conatiners ?

Generally, in Kubenetes, a pod can have ...READ MORE

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

Connect 2 pods

You can connect those two pods by ...READ MORE

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

How to start and stop a cluster on AWS using kops without stopping the instance

Export your KOPS_STAT_STORE variable export KOPS_STATE_STORE=s3://your-bucket-name Get your instances ...READ MORE

Jan 8, 2019 in Kubernetes by Kashish
8,819 views
0 votes
1 answer

How can i get all the pods on a node?

You can use the following command to ...READ MORE

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

Kubernetes: container scaling

Hey @ Liana, You could use Horizontal ...READ MORE

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

Pods in Kubernetes

Pod is a single or bunch of ...READ MORE

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

What is a service role in kubernetes components?

A service is an abstraction for pods. ...READ MORE

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

Kubernetes: Daemon Sets

A DaemonSet is a set of pods ...READ MORE

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

how can we prioritize pods and preempt them?

A PriorityClass is a non-namespaced object that ...READ MORE

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

Storage Classes in Kubernetes

A StorageClass provides a way for administrators ...READ MORE

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

How do I expose a service to a host outside the cluster?

There are two ways by which we ...READ MORE

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

Kubernetes "secrets"

A Secret is an object that contains ...READ MORE

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

How does a load balancer service work?

Cloud Provider normally sets up LoadBalancer as ...READ MORE

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

Stateful Sets in Kubernetes

During regular deployment process, all the instances ...READ MORE

Jul 15, 2019 in Kubernetes by Sirajul
• 59,230 points
361 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
473 views
+4 votes
3 answers

Kubernetes Dashboard - Token login issue

This might help, it helped me. https://www.edureka.co/community/31282 ...READ MORE

Nov 23, 2018 in Kubernetes by Ali
• 11,360 points
9,487 views
0 votes
3 answers

Kubernetes dashboard status-CrashLoopBackOff

I had the same issue, struggled for days. ...READ MORE

Apr 24, 2019 in Kubernetes by Bebo
8,690 views
0 votes
0 answers

Kubernetes dashboard Url is not accessing in my browser? [closed]

im facing the issue from yesterday.  i ...READ MORE

Jun 20, 2019 in Kubernetes by anonymous

closed Jun 20, 2019 by Kalgi 935 views
+4 votes
2 answers
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
503 views
0 votes
3 answers

Change the schedule of Kubernetes cron job

kubectl patch <backup-cronjob> -p '{"spec":{"schedule": "0 0 ...READ MORE

Jun 21, 2019 in Kubernetes by sudhams reddy duba
6,651 views
0 votes
2 answers

How to rename deployments in Kubernetes

Hey, You can edit or recreate it ...READ MORE

Dec 6, 2018 in Kubernetes by Maverick
• 10,840 points
9,256 views
0 votes
2 answers

keep container running on Kubernetes

Try using this CMD in your Dockerfile: CMD exec /bin/bash ...READ MORE

Aug 30, 2018 in Kubernetes by Nilesh
• 7,050 points
13,170 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,132 views
0 votes
0 answers

i got this error [closed]

[init] Using Kubernetes version: v1.14.3 [preflight] Running ...READ MORE

Jun 20, 2019 in Kubernetes by Prasanth

closed Jun 20, 2019 by Kalgi 560 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,910 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,863 views
+2 votes
5 answers

Change parameter values while implementing helm chart

You can use helm upgrade --reuse-values --set ingress.enabled=false or ...READ MORE

Jul 25, 2018 in Kubernetes by Kalgi
• 52,360 points
8,012 views
0 votes
1 answer
0 votes
2 answers

"aws: error: argument --region: expected one argument" when running Kubernetes on AWS

You seem pretty confused with AZ and ...READ MORE

Oct 4, 2018 in Kubernetes by Priyaj
• 58,090 points
11,119 views
0 votes
2 answers

kubernetes service external ip pending

If you are not using GCE or ...READ MORE

Aug 31, 2018 in Kubernetes by Nilesh
• 7,050 points
12,323 views
0 votes
1 answer

No Declared merge key error when trying to modify a deployment in Kubernetes

I see you have a section in ...READ MORE

Jan 4, 2019 in Kubernetes by Kim
6,848 views
0 votes
1 answer

Error saying: no service with name kube-system/default-http-backend found

I’ve got an example that worked fine ...READ MORE

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

Deny access to some specific paths while using kubernetes ingress

Try to create two Ingresses first by default ...READ MORE

Sep 21, 2018 in Kubernetes by Nilesh
• 7,050 points
11,530 views
0 votes
3 answers

Nginx reverse proxy URL getting rewritten

Hey @Gopi, try your ingress probably like ...READ MORE

Feb 12, 2019 in Kubernetes by Kalgi
• 52,360 points
4,227 views
+6 votes
1 answer

Web UI (Dashboard): https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/

Hey @nmentityvibes, you seem to be using ...READ MORE

Dec 13, 2018 in Kubernetes by Kalgi
• 52,360 points
7,074 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,450 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
828 views
0 votes
1 answer

Re-pulling image in kubernetes

There are only two scenarios when kubernetes ...READ MORE

Jan 9, 2019 in Kubernetes by ajs3033
• 7,300 points
5,604 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,279 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,294 views
0 votes
2 answers

Is there a way to start a cron job manually

You can create a simple job based ...READ MORE

Sep 18, 2018 in Kubernetes by Nilesh
• 7,050 points
10,214 views