kubernetes Questions

3

Solved

When deleting a pod or deploying a new version of a pod kubernetes should theoretically send a SIGTERM to the process running and then wait gracePeriodSeconds (30 by default) seconds before it send...
Uncork asked 8/6, 2022 at 10:57

2

Solved

In my K8S workloads, I implement Readiness probe and Liveness probe for pods health check. I'm wondering that should I set the interval (periodSeconds) as low as 1 sec, as it will consume more res...
Mosasaur asked 15/6, 2020 at 3:2

3

I am trying to parse a helm chart YAML file using python. The file contains some curly braces, that's why I am unable to parse the YAML file. a sample YAML file apiVersion: v1 kind: ConfigMap metad...
Negotiant asked 20/8, 2020 at 7:49

3

Solved

I am following the following grafana documentation on loki. I am unable to properly connect to my k8s clusters loki logs after installing loki, promtail, and grafana via helm charts. When I enter t...
Baksheesh asked 2/8, 2022 at 9:59

3

We have been happily using ArgoCD with public repositories for a while, but we've run into problems trying to connect ArgoCD to a private repository. We have an Application that looks like this: ap...
Sheaves asked 15/9, 2021 at 21:0

4

Solved

I have make my deployment work with istio ingressgateway before. I am not aware of any changes made in istio or k8s side. When I tried to deploy, I see an error in replicaset side that's why it can...
Quarterage asked 31/7, 2021 at 20:4

2

I'm trying to generate kubernetes manifests from local ArgoCD manifests that use helm. I'm using a script to parse values and then helm template to generate the resulting template. But I'm having t...
Storer asked 21/7, 2023 at 16:57

1

I hope you can help me light some more light on my issue. Currently I'm using: Terraform v1.3.5 Helm provider v2.8.0 Kubernetes provider v2.16.1 Lately I've been adapting the helm provider on Ter...
Rinee asked 5/1, 2023 at 12:10

1

I'm trying to get Nginx to run with minimal privileges while being able to act as a proxy on port 80. In other words, this is the securityContext I'm working with: securityContext: allowPrivilege...
Vanmeter asked 31/3, 2023 at 12:58

2

Solved

My question is about PersistentVolumeClaim I have one node cluster setup on aws ec2 I am trying to create a storage class using kubernetes.io/host-path as Provisioner. yaml file content for...
Slr asked 6/4, 2017 at 8:41

6

I'm just getting started with kuberneted on Windows 10. I downloaded the bits from here. While attempting to start minikube from powershell: PS C:\WINDOWS\system32> minikube start --vm-driver=...
Eras asked 2/12, 2017 at 1:32

2

Solved

How to get a full FQDN of the service inside Kubernetes? ➜ k get svc -o wide NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR airflow-flower-service ClusterIP 172.20.119.107 <none> 5555...
Jen asked 3/9, 2020 at 22:20

2

I am interested in generating docker-compose.yaml files from Helm charts. Is there a good way or tool to do this? I realize that this is in the opposite direction from what most people are doing. ...
Neurosurgery asked 30/1, 2020 at 7:34

3

Solved

I'm trying to automate the process of horizontal scale up and scale down of elasticsearch nodes in kubernetes cluster. Initially, I deployed an elasticsearch cluster (3 master, 3 data & 3 inge...
Bascule asked 7/4, 2020 at 9:13

5

Solved

Is there a way to flatten a dictionary with helm? I want to provide environment variables to the application from the chart by flattening a YAML config located in values.yaml. The config can look l...
Lashonlashond asked 17/4, 2020 at 21:19

3

I am developing an application for dealing with kubernetes runtime microservices. I actually did some cool things, like moving a microservice from a node to another one. The problem is that all rep...
Gasman asked 1/3, 2018 at 14:7

3

Solved

I am trying to upload files from a client through an nginx ingress. I have set the following annotations on the ingress after receiving a 413 response; Annotations: nginx.ingress.kubernetes.io/body...

1

I dont get what is going on with minikube. Below are the steps I undertook to fix the problem with a stopped apiserver. 1) I dont know why the api server stopped. How do I debug? this folder is emp...
Altimetry asked 9/1, 2019 at 22:21

4

Solved

I'm trying to understand how are managed RBAC authorizations for the first user that create an EKS cluster within AWS. Or in other words : How is the cluster creator mapped to the "system:mast...
Menorca asked 22/11, 2020 at 14:44

3

I have a running instance of pushgateway and prometheus. And prometheus is configured to scrape from pushgateway. I am able to push metrics from my .NET applications to pushgateway which are ...
Daugava asked 26/4, 2020 at 5:30

4

I have installed RabbitMQ to my Kubernetes Cluster via Google Cloud Platform's marketplace. I can connect to it fine in my other applications hosted in the Kubernetes Cluster, I can create queues ...

4

I 'm trying to pull an image from a private registry. But the status of pod is 'ImagePullBackOff', which means I need to add a secret to the pod. Events: Type Reason Age From Message ---- -----...
Undesirable asked 17/4, 2019 at 8:40

6

Solved

I'm trying to start minikube on a Mac M1 (macOs Monterey V12.0.1) after installing minikube with homebrew (brew install minikube) but I am getting an error after running minikube start. The error i...
Gurgitation asked 29/11, 2021 at 19:36

7

Solved

I need to know to which master node my current worker node is connected. I can see the worker nodes by typing "kubectl get nodes" command in the master node, but I need to find the master node from...
Capella asked 23/10, 2018 at 4:5

5

Solved

As the documentation states: For each VolumeClaimTemplate entry defined in a StatefulSet, each Pod receives one PersistentVolumeClaim. In the nginx example above, each Pod receives a single Persis...
Shillong asked 9/12, 2022 at 10:43

© 2022 - 2024 — McMap. All rights reserved.