First of all I apologies because I am developer trying to understand some server stuffs. I request the moderators please don't be harsh if this question doesn't make any sense here.
From my understanding we have docker images inside docker hub which…
i want to pre-populate a kubernetes cluster with namespaces and their respective secrets for our apps and services.
For that i would like to be able to specify 2 lists, 1 list with secrets, and 1 list with namespaces. Each namespace in the list has…
We're starting to manage Kubernetes resources with Helm, and we have some users who are used to managing resources with kubectl edit. We'd like Helm to sanitize the deployed resources every time it's run, bringing them back into a known-good…
We're using Helm to deploy our app to K8s. In 4 different deployment files (one for each service) and a job file for migrations, we have to have an identical set of env variables. Whenever we need to add a new one, we need to add it to all 5 files.…
I have a kubernetes cluster that I can reach through an nginx proxy.
I can do kubectl get deployments -n kube-system without issue.
However, I'm trying to use helm. Helm is throwing an error:
Error: forwarding ports: error upgrading connection:…
I need learn about Kubernetes, Helm, conjure-up and also need install Eclipe-Che, and to it I did:
On a fresh install of [Ubuntu 18.04.2 Server X64] running as virtual machine inside vmware workstation Im installing MicroK8S and Helm.
Its on a fresh…
Trying to use helm on my kubernetes cluster. helm init went fine but trying to install or just helm list gives this error.
$ helm list
Error: Get https://10.96.0.1:443/api/v1/namespaces/kube-system/configmaps?labelSelector=OWNER%!D(MISSING)TILLER:…
I am trying to setup grafana alerts in helm chart.
For that, using the existing manually created alert from another grafana instance, which we want to keep in new grafana setup by default with helm chart.
As not able to find any export/import…
Previously in my helm chart, I had the snippet below...
minio:
replicas: 1
persistence:
enabled: true
existingClaim: minio
#size: 10Gi
serviceType: LoadBalancer
Because I do have an existing PVC that I intend to use with Minio. …
It might be a very simple question, though somewhy I can't google the answer.
Let's assume we have a Helm chart with some default values such as the following:
parameters:
- parameterName: parameter1
value: value1
- parameterName: parameter2
…
I'm trying to set up a rook Ceph cluster on my kubernetes cluster.
Topography:
3 kubernetes nodes (all are master/worker pods)
Each node has /dev/vdX on it for ceph
Each node is intended to work as part of the ceph cluster
I deployed Rook operator…
i am operating a k8s cluster with cert-managerto obtain letsencrypt certs. I just set up nifi (https://github.com/cetic/helm-nifi) within this cluster, where the workload exposes a TLS secured port which is abstracted by a respective service.
i set…
I'm currently trying to deploy Alfresco Content Services on AWS following this guide. I got as far as to "Creating File Storage for Alfresco Content Services Community" where I have to create an EFS storage using another guide. In step 4 "Deploy the…