I've deployed promtail, Grafana, Loki and AlertManager using Helm charts on k3d cluster on my local machine. I would like to have some rules in Loki such that if something will happen, AlertManager should be informed. Now I tried only with some…
I'm looking for a better way to update docker images defined ina HelmRelease using GitOps, as my current method is generating noise.
After introducing Helm to a cluster I'm managing with GitOps, I'm finding some difficulties on how to properly…
I'm setting up a one-click deploy of an environment for some webservices, in which Terraform is used to deploy the infrastructure and then run Helm to populate it. The Terraform step is working fine and I can see the Kubernetes cluster created in…
I need to deploy the ingress-nginx helm chart twice, once for private and once for public services. The chart for private ingresses is already deployed, in namespace=kube-system and with release-name=nginx-ingress-private.
When I run the…
I have installed both MetalLB and Keylcloak to my cluster.
Both Keycloak's and MetalLB's pods are running, but the main Keycloak Load balance service is expecting IP (EXTERNAL-IP is in pending state).
Here is my MetalLB config map:
apiVersion:…
I have created a sample helmfile.yaml and content of it is below.
releases:
- name: loki-multitenant
chart: ./loki
namespace: default
values:
- loki-distributed:
querier:
replicas: 3
loki:
…
For aws eks service there is helm chart for csi driver to handle volumes.
aws-ebs-csi-driver
What is the alternative for gke, google kubernetes engine?
Please suggest.
Our current project is created using terraform templates.
Both the infrastructure and the application deployment is on terraform yaml files.
Is there anyway to convert the application part to helm charts?
Please provide your suggestions.
I are trying to run some Kubernetes pods in my Windows machine by using Docker-Desktop.
I am trying to install them using HELM. I have created my Docker images and have pushed them into AWS ECR private repository.
When I try to run the HELM install…
I am trying to install two traefik. Each will be in its own namespace. Each traefik will use label selection. Below is the values override I use for each when I run helm install.
rbac:
enabled: true
# Enable prometheus
additionalArguments:
-…
I'm trying to install a RabbitMQ cluster through the Bitnami Helm chart (https://github.com/bitnami/charts/tree/master/bitnami/rabbitmq) in an EKS cluster and when I execute the Helm installation I get the following error in the first pod…
We faced this kind of problem. When we start upgrading via helm - all our configmaps are changed after upgrade.
The question is How to say helm DO NOT change the configmaps during upgrading release?
We want to change configmaps by…
I am trying to deploy bitnami moodle chart with custom image hosted on gitlab. When I use the registry in pod the image gets downloaded. However, when used in the chart, it gives the error below with access forbiden. Tested on minikube, and private…