Trending questions in Kubernetes

0 votes
1 answer

Could not find default credentials

Use gcloud auth application-default login to login for application ...READ MORE

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

How do I run kubernetes on AWS

There are two main ways to use ...READ MORE

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

Using REST API I cannot connect SonarQube to JIRA 7

The JIRA Plugin is not compatible with JIRA 7 ...READ MORE

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

What is a Replication Controller

If there are too many pods, the ...READ MORE

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

Kubernetes endpoints showing "ServiceUnavailable"

Those URLs are incomplete. Influx's ports are ...READ MORE

Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
2,640 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,214 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,066 views
0 votes
1 answer

Error saying "Found multiple hosted zoned matched" when trying to create cluster on AWS using kops

Go to the list of hosted zones ...READ MORE

Oct 17, 2018 in Kubernetes by Kalgi
• 52,360 points
792 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,081 views
+1 vote
1 answer

aws creating new instances when I terminate an existing instance

Hey @Hannah, Check if the autoscaling is ...READ MORE

Oct 24, 2018 in Kubernetes by Kalgi
• 52,360 points
434 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,422 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,976 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,027 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,977 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,029 views
0 votes
1 answer

Kubernetes: Insufficient CPU's and MatchNodeSelector in Openshift.

That error message does not mean that ...READ MORE

Sep 7, 2018 in Kubernetes by ajs3033
• 7,300 points
2,436 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,414 views
0 votes
1 answer

Unable to attach AWS EBS as volume in Kubernetes aws

You need to set the cloud provider ...READ MORE

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

Running a heterogeneous kubernetes cluster with nodes running in different network using VPN

There is an issue with networking between ...READ MORE

Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
2,442 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,344 views
0 votes
1 answer

Error when executing kops update cluster cluster_name --yes

There could be multiple reasons for errors. ...READ MORE

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

permissions related to AWS ECR

if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE

Oct 9, 2018 in Kubernetes by Kalgi
• 52,360 points
945 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,156 views
0 votes
1 answer

How to build Start vNext from Powershell and fetch artifacts

TFS 2015 comes with the new REST API, ...READ MORE

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

Error saying "Error reading ssh key" when trying to create the cluster

You need to create the public key ...READ MORE

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

Trying to create Kubernetes cluster inside existing vpc in aws

You can add this ENV variable  export VPC_ID=vpc-YOURID READ MORE

Oct 17, 2018 in Kubernetes by Kalgi
• 52,360 points
595 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,126 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,108 views
0 votes
1 answer

Kubernetes AWS EBS Timeout waiting for volume state

Hey @lina,Its a bug in the Kubernetes EBS ...READ MORE

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

Using IBM Bluemix Track & Plan how to manage multiple instance?

As of now, there is not a ...READ MORE

Oct 17, 2018 in Kubernetes by lina
• 8,220 points
473 views
0 votes
2 answers

kubernetes: AWS ELB not working

Set your service to loadbalancer apiVersion: v1 kind: Service metadata: ...READ MORE

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

ConfigMaps vs Secrets

From the author of both of these ...READ MORE

Oct 10, 2018 in Kubernetes by ajs3033
• 7,300 points
785 views
+1 vote
1 answer

Unable to access kubernetes dashboard

You’re trying to access a private IP. ...READ MORE

Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
2,614 views
+4 votes
2 answers

Use Minikube for Kubernetes

Honestly i feel using Minikube restricts the ...READ MORE

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

Increase ROOT_SIZE of minion in aws kubernetes cluster

Go to "cluster/aws/util.sh" file. Find BLOCK_DEVICE_MAPPINGS and add this {"DeviceName":"/dev/sda1","Ebs":{"VolumeSize":40, "VolumeType": ...READ MORE

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

kubernetes on AWS get region name in pod

Try having the container query the kubernetes/AWS ...READ MORE

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

Error saying “Please specify AWS_IMAGE directly (region not recognized)”

This is happening because some regions are ...READ MORE

Oct 10, 2018 in Kubernetes by Kalgi
• 52,360 points
648 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,416 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,059 views
0 votes
1 answer

Running a HTTPS SSE server over Kubernetes/Ingress and Google Cloud Platform

Try adding a long time on the ...READ MORE

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

Assign a certificate and secure it with TLS/HTTPS.

To get your ingress resource working you ...READ MORE

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

Running a custom docker image on GKE

You'll have tom push your image to ...READ MORE

Sep 18, 2018 in Kubernetes by ajs3033
• 7,300 points
1,530 views
0 votes
2 answers

How to move kubernetes cluster to another aws zone

It can also be done in this ...READ MORE

Oct 8, 2018 in Kubernetes by Nilesh
• 7,050 points
623 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,087 views
0 votes
2 answers

Not able to expose port 80 on the host, kubernetes ingress

I was facing the same error. The nginix ...READ MORE

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

Kubernetes ingress rules

Assuming you are using the Nginx Ingress ...READ MORE

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

Pod autoscaling

Horizontal Pod Autoscaler can scale only Deployment, ...READ MORE

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

Kubernetes nginx-ingress TLS issue

You have to create a secret named test-secret. ➜ ...READ MORE

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

Only one node read on kubectl get nodes

I think your Cluster IP range is ...READ MORE

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

Expose multiple backends with multiple IPs

A LoadBalancer service points to external load ...READ MORE

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