I have a baremetal K8 cluster setup using Kubespray (Calico as CNI) and have dual stack enabled. I can see that all the pods that get deployed get both IPv4 and IPv6 addresses but when I try to install nginx-ingress controller using nginx helm chart…
I have GitLab installed in Kubernetes with their Helm chart.
I migrated my old Gitlab deployment from one cluster to another with the following steps:
Scale down all pods in old cluster
Apply values.yml with helm to new cluster (to create…
Recently, we changed uninstalled our cert manager and reinstalled it into a new namespace.
There were no issues with the uninstall / reinstall of the cert manager. When we tried to create a new certificate issuer, the cert manager is unable to…
For a project, I must use big containers (500Mb to 60Gb).
I don't have a precise measurement but when I run containers larger than 3-5Gb with gitlab-runner, I get an error in rancher: CreateContainerError: context deadline exceeded
Our kubernetes…
Hi I'm new to k8s and helm ecosystem.
I constructed my own k8s cluster using kubespray with EC2 (I can use EKS but for the purpose of practice) and the next step is using helm.
I'm trying to deploy mysql chart to my k8s cluster.
My env
k8s cluster…
Since I started with docker there is one question that follows me and I could not get a good answer so far.
Let's assume I have a .yaml file specifying a k8s deployment. We are building our docker images on a local build server and they are getting…
UPDATE
This is slightly different than the posted comment asking if the linked question resolves my issue. The problem is that helm in the container is trying to connect to localhost which is not correct. It should be reading my information from…
I have a Kubernetes cluster on which I'm running a ZeroMQ broker internally. I have set up a service so that this broker can be found by pods on the cluster, using the following Helm template:
#values.yaml
zmqServiceType:
type: ClusterIP
…
In Kubernetes, you can create a volume to mount into a with hostpath.
This hostPath should provide a directory on the node running the pod. It's useful when you are working in development environments using minikube, we use this hostPath to sync…
I'm using Helm 3 to install kubernetes packages. Now I need to remove/clean up what was installed, I tried with unintall but it seems it’s looking for a release (not sure what it does mean) not a package:
$ helm install prometheus…
I tried to install mysql using helm chart
helm install mysql --set mysqlRootPassword=medone,mysqlUser=mysql,mysqlPassword=medone,mysqlDatabase=profil,persistence.existingClaim=mysql-pv-claim stable/mysql
when i tried to connect to the pod it…
I am using terraform with helm provider to deploy a helm chart, everything works with terraform, the problem is when the application is already running and I changed the image tag from the gitlab pipeline.
So the next time that I run terraform the…
I tried installing Minio via the helm chart. You can see my values.yml below. I set the accessKey and secretKey myself. But after I bring up the deployment, I cannot log in. When I go to the webpage and try to, it says
The access key ID you…
TL;DR:
I imagine that there is a way to temporarily disable access to a pod / service so maintenance can be done. In this case: Block access to a database so a dump can be restored.
$ kubectl exec podwith-postgresql-59b77ffb7d-fc4xj dropdb…
I am trying to run mongodb via helm. I want to run 1 primary replica and 2 secondary replicas.
I would like to setup the following naming for the 3 mongodb pods once they are created:
mongo-0
mongo-1
mongo-2
And lets say that mongo-0 would be…