Skip to main content

Questions tagged [kubernetes]

For questions about Kubernetes, an open-source system for automating deployment, scaling, and management of containerized applications.

0 votes
0 answers
10 views

Long image rendering time when using Grafana image renderer plugin

The following configuration is available: Grafana and Grafana Image Renderer are installed as separate pods in the same k8s namespace, Grafana has access via Service to the Grafana image renderer pod, ...
Flex1sh's user avatar
0 votes
0 answers
7 views

Install a loadbalancer and make it work together with rancher

We have an on premise kubernetes cluster running with rancher, on vmware. Starting the cluster was easy, specify nodes and their resources and press create. Then we can get to the containers running ...
Serve Laurijssen's user avatar
1 vote
0 answers
14 views

Kubernetes Redis Cluster with persistent node and local storage

I have a requirement to set up a Redis cluster on Kubernetes, and I'm not sure which kinds of Kubernetes specification are best for my use case. I have some very specific requirements that don't ...
Adam's user avatar
  • 11
0 votes
0 answers
8 views

Helm deployment of canal broken on RKE2 v1.29.4+rke2r1

I just did a fresh install of RKE2 (v1.29.4+rke2r1) today and a few pods are broken. I deleted one of the stuck pods named helm-install-rke2-canal-tv2sf thinking that might help (might cause it to ...
mr.zog's user avatar
  • 113
0 votes
0 answers
15 views

Why is NFS Server Not Mounting on Agent Pod?

I am using Google Cloud and have set up a GKE cluster where I installed an NFS server. I created a Persistent Volume (PV) for the NFS server and then defined a Persistent Volume Claim (PVC) that ...
Rakesh Pandey's user avatar
0 votes
0 answers
10 views

Network policy - Kubernetes

The back-end is deployed in K8s and the Front End is a mobile application. I would like to isolate the communication between the Back-end and the Front-end. And after some research, I discovered that ...
Mirindra Harivao's user avatar
0 votes
1 answer
15 views

How to create a private registry in Kubenetes?

I am trying to create a private docker registry in Kubernetes that can be used by Kubernetes to pull images from. Although I have tried many references but none work, so currently I am referring to ...
Vinay Sheel Sagar's user avatar
0 votes
1 answer
20 views

talos linux k8s DNS issue

We are using talos linux to set up k8s clusters in VMware. It's working fine on one cluster on a vmware host but on another everything works except DNS INSIDE pods/containers. I've enabled DNS on all ...
Serve Laurijssen's user avatar
0 votes
0 answers
8 views

Will the RabbitMQ Cluster Operator ensure that RabbitMQ keeps working when K8S gets upgraded

I have followed the quick start on the RabbitMQ website here https://www.rabbitmq.com/kubernetes/operator/quickstart-operator. It is up and running with 2 RabbitMQ cluster pods. I have a production ...
HansElsen's user avatar
  • 101
0 votes
0 answers
10 views

Deactivate tls encryption in Kubernetes control plane

I would like observe packets exchanged between elements of the control plane but they are tls encrypted. I've been using wireshark and minikube. Since decrypting the packets seems rather complicated I ...
Michelignax's user avatar
0 votes
1 answer
64 views

Error configuring TLS error: secret xxx does not exist

I am using "Traefik", "cert-mangaer", and "Let's Encrypt". Here is my ClusterIssuer file apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: name: production-...
Hongbo Miao's user avatar
0 votes
0 answers
9 views

How to match a wildcard producing a path match when an exact host is matched but not its path in Kubernetes ingress?

If I have an Ingress with apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: frontend spec: ingressClassName: nginx rules: - host: '*.example.com' http: paths: - ...
Kalle Richter's user avatar
-1 votes
0 answers
8 views

failed to --set value=true in helm install

I'm trying to deploy docker-registry pod in master node by giving nodeSelector value when helm install Here is the command I gave helm install docker-registry docker-registry.helm-main/ --set ...
jobamei's user avatar
0 votes
1 answer
85 views

kubernetes kustomize: replacements vs patches

Kustomize supports two ways to modify live kubernetes manifests: patches: upstream docs Patches (also called overlays) add or override fields on resources. They are provided using the patches ...
thiagowfx's user avatar
  • 115
0 votes
0 answers
23 views

I can't reach out the database from my pod

I have two servers A with private ip address 10.1.0.2 and B with private ip address 10.1.0.4 on server A I have a docker container that runs postgres database On server B have a pod that tries to ...
Jonas's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
57