Trending questions in Kubernetes

0 votes
1 answer

Kubernetes - Job scheduling API

You will find the CronJobresource in the batch/v1beta1 API group. ...READ MORE

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

Command to get the secret key used to login into the dashboard

Hey @Lina, use this command you'll get ...READ MORE

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

Create LoadBalancer for kubernetes cluster in aws

Hello @Lina, If you're running your cluster on ...READ MORE

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

Specifying PVs while defining replication Controller in GCP.

You'll have to define a Persistent Volume ...READ MORE

Oct 10, 2018 in Kubernetes by DareDev
• 6,890 points
456 views
0 votes
1 answer

How to run 2 cron jobs scheduled for every month?

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

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

NoSuchBucket error when running Kubernetes on AWS

It's probably a region issue; I'm guessing ...READ MORE

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

Internal loadbalancing in kubernetes aws

Try applying the annotation service.beta.kubernetes.io/aws-load-balancer-internal to the service definition. kind: ...READ MORE

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

Set up kubernetes cluster on ubuntu

Do kubeadm reset and start all over ...READ MORE

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

Create Ingress controller in namespace

The ingress resource must be in the ...READ MORE

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

Kops vd kube-aws

I recommend using kops as its easy ...READ MORE

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

Why do we need Kubernetes dashboard?

Kubernetes Dashboard is a general purpose, web-based ...READ MORE

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

ingress for kubernetes wordpress

You can configure your ingress to forward ...READ MORE

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

nnot set docker credentials on kubernetes AWS

The best method for you is ImagePullSecrets - you ...READ MORE

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

Load Balancing methods/algorithms used in nginx

Nginx uses the following algorithms: Round Robin, ...READ MORE

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

Kubernetes: Ingress doesn't set IP address

You must set up an ingress controller ...READ MORE

Sep 12, 2018 in Kubernetes by Kalgi
• 52,360 points
1,512 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,020 views
0 votes
1 answer

Deploy Kubernetes on AWS Reserved instances

 You must specify the node and master ...READ MORE

Oct 4, 2018 in Kubernetes by Kalgi
• 52,360 points
544 views
+1 vote
1 answer

kubernetes ingress controller and resource using nginx

Ingress is just collection of rules that forwards ...READ MORE

Sep 12, 2018 in Kubernetes by Kalgi
• 52,360 points
1,451 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,226 views
0 votes
1 answer

create firewall for kubernetes cluster in google container engine

This is currently not possible on google ...READ MORE

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

trouble applying TLS to the DNS name of my LoadBalancer service for my Kubernetes cluster

On Azure, if you need TLS termination ...READ MORE

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

ELB names for Kubernetes on AWS

The tags of the ELB contain the ...READ MORE

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

Views on the dashboard UI

Kubernetes Dashboard consists of following dashboard views: Admin ...READ MORE

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

Installing Kubernetes on aws gives an error

seems like you are missing region. Try ...READ MORE

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

Kubernetes ingress for leader follower system

you can use a traefik backend health ...READ MORE

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

Unable to deploy nginx ingress on kubernetes

The nginix ingress controller uses hostPort to ...READ MORE

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

One user per node in kubernetes cluster

In your case with the information you've ...READ MORE

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

error "secure connection failed" in ingress controller

Nginx ingress tries to redirect to an ...READ MORE

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

Choosing pods evenly over all nodes

You could use a Kubernetes Service which ...READ MORE

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

How to autscale in GKE?

There are two kinds of scaling: Scaling nodes ...READ MORE

Oct 3, 2018 in Kubernetes by DareDev
• 6,890 points
402 views
0 votes
1 answer

Managing virtual IPs - Kubernetes on AWS

AWS route tables has a limit of 50 ...READ MORE

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

config-map kubernetes multiple environments

Deploy your application as helm chart.  After having ...READ MORE

Aug 31, 2018 in Kubernetes by Kalgi
• 52,360 points
1,815 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,255 views
+1 vote
1 answer

Why do i need ingress resouces

Basically ingress controller routes according to the ...READ MORE

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

Rewrite all non www traffic to www subdomain

Try adding a second Ingress for example.nl that uses the ingress.kubernetes.io/configuration-snippet annotation to add ...READ MORE

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

map 2 ports in my deployment file - kubernetes ingress

You can add as many ports as ...READ MORE

Sep 24, 2018 in Kubernetes by Kalgi
• 52,360 points
694 views
+5 votes
1 answer

How much automation is too much automation

I think with incidents, there isn’t enough ...READ MORE

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

How do you set-up Mongo replica set on Kubernetes?

Follow these steps To create a Kubernetes 1.5 ...READ MORE

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

Create an nginx load balancer without using gcp load balancer

Yes this is possible. Deploy your ingress ...READ MORE

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

Install Kubernetes Dashboard on extrenal IP

You can expose services and pods in ...READ MORE

Sep 25, 2018 in Kubernetes by Kalgi
• 52,360 points
583 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,186 views
0 votes
2 answers

Access Kubernetes API using minKube

Try these commands: kubectl proxy --port=8080 You can then ...READ MORE

Aug 28, 2018 in Kubernetes by Hannah
• 18,570 points
1,629 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,231 views
0 votes
1 answer

Trying to pass "--runtime-config=batch/v2alpha1=true" argument

on the master server api configuration stored ...READ MORE

Sep 18, 2018 in Kubernetes by Kalgi
• 52,360 points
722 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,197 views