Skip to main content

All Questions

Tagged with
0 votes
1 answer
17 views

Can't expose Airflow UI with Classic Load Balancer

I have an airflow helm release running on EKS cluster NAME READY STATUS RESTARTS AGE LABELS pod/airflow-postgresql-0 1/1 Running ...
4 votes
1 answer
19k views

Kubernetes "Failed create pod sandbox" error when deploying services on Linux/Windows cluster

When I try to deploy a service to my cluster I get the error: "Failed create pod sandbox." The status of the containers remains stuck on "ContainerCreating." I followed this tutorial: https://learn....
0 votes
0 answers
8 views

kubectl TLC handshake timeout

I'm on a Mac machine with Apple M3 Pro. I am having this error Unable to connect to the server: net/http: TLS handshake timeout every now and then I used kubectl command. It happens more often after I ...
-1 votes
0 answers
35 views
+50

Jenkins on EKS, mount EFS in DIND

I am running Jenkins master and agents on K8S. Some of CI workloads require a docker image to be build and pushed to ECR. I installed Jenkins using its Helm chart and running the DIND agent as a ...
0 votes
2 answers
202 views

machine learning python app in docker with anaconda for k8s

There is a python app for machine lerning that developer have running in docker. Azure container instance in particular. They are using micromamba:0.15.3 and inside dockerfile they also install nginx ...
-1 votes
1 answer
9 views

Post curl request in Deployment kind lifecyclehook in deployment yaml file with Openshift upgrade to 4.14

As by OpenShift 4.14, DeploymentConfig is getting deprecated and we need to use kind:Deployment Previous we use something like this for sending notification for deployment: kind: DeploymentConfig ...
0 votes
0 answers
23 views

How to access K8s pods through external IP?

I deployed my django app in kubernetes, and then created a service of LoadBalancer type to expose it. This is the deployment yaml file (I changed the actual image name to <my_image>): apiVersion:...
2 votes
2 answers
6k views

Kubernetes NGINX ingress controller activate TLSv1.1

for some legacy systems, I need to activate TLSv1.1 on my NGINX ingress controller until they are switched to TLSv1.2. It should be fairly easy according to the documentation, but I am getting a ...
-1 votes
0 answers
12 views

Azure AKS - Single app using all connections [closed]

We had an issue with our cluster resulting in outage due to failing outgoing connections. The symptoms we were seeing were that a large portion of outgoing connections (connections to SQL server, ...
2 votes
1 answer
852 views

helm or operator with required function

I have to check for mandatory values based on some condition. My values.yaml is as below id: 3 test: id: 2 test1: id: 1 In my template, I need to check if id is present at .Values.test.test1.id ...
5 votes
2 answers
16k views

How to create a kubernetes serviceAccount when I do helm install?

I added this in my values.yaml expecting the serviceAccount to be created when I do the helm install but that did not work, am I missing something ? helm version v3.9.0 kubernetes version v1.24.0 ...
3 votes
1 answer
2k views

Connecting a flask container to a Redis container over Kubernetes

I've just setup a Redis instance however I can't seem to get the two containers to talk to each-other, the setup works over local machine with docker-compose but does not seem to be working with ...
0 votes
0 answers
20 views

Empty string in container env value [closed]

I edit the env of a container definition as below. env: - name: STAGE value: '' - name: PORT value: '1069' But when I query the pod using @kubernetes/client-node, the value and valueFrom ...
0 votes
2 answers
2k views

How to conditionally render helm templates based on existence of nested values

I have a template that renders a secret containing the credentials to log in to my server. There is a deployment configuration in which this is done insecurely, in which case I don't want to render ...
22 votes
3 answers
21k views

Helm Charts with multiple lists in multiple values files

I have a values.yaml that has the following: abc: env: - name: name01 value: value01 - name: name02 value: value02 and I have another values file values-dev.yaml that I add when ...

15 30 50 per page
1
2 3 4 5
4019