I am trying to implement Kubernetes resource deployment. For this I created deployment.yaml and service.yaml as my Kubernetes reources. And refering the dockerh
I am using oauth2-proxy (v7.2.0) for authentication NB: i use traefik v2 to redirect the requests to oauth2-proxy which is deployed via helm chart. below, the o
When I go to the "Networking" page of an existing AKS cluster, I get an error: Extension: Microsoft_Azure_ContainerService Content: ManagedClustersNetworkingBla
I'm trying to build a mysql pod on Google Cloud. However, when I create a database and then restart the pod, the database that I created is not persisted. I fol
Should be a simple task, I simply want to run the Kubernetes Dashboard on a clean install of Kubernetes on a Raspberry Pi cluster. What I've done: Setup the ini
As per prometheus storage.md , the recommendation is not to use nfs storage as persistent volume for prometheus. But solutions like prometheus operator and ope
I'm running Prometheus in a kubernetes cluster. All is running find and my UI pods are counting visitors. Please ignore the title, what you see here is the
There is a kubernetes cluster with 100 nodes, I have to clean the specific images manually, I know the kubelet garbage collect may help, but it isn't applied in
I'm new to Kubernetes. I try to scale my pods. First I started 3 pods: ./cluster/kubectl.sh run my-nginx --image=nginx --replicas=3 --port=80 There were star
How do I determine which apiGroup any given resource belongs in? kind: Role apiVersion: rbac.authorization.k8s.io/v1beta1 metadata: namespace: default nam
I'm trying to deploy a HA Keycloak cluster (2 nodes) on Kubernetes (GKE). So far the cluster nodes (pods) are failing to discover each other in all the cases as
I have an MKE cluster with three manager node. The etcd is giving the following warnings 2021-12-06 10:03:10.624622 W | etcdserver: read-only range request "key
I recently updated my Docker for Desktop to latest Edge channel version: 2.1.1.0 on a Windows 10 machine. Unfortunately, after updating, Kubernetes was no longe
I have been trying to find a way to define a service in one namespace that links to a Pod running in another namespace. I know that containers in a Pod running
Is it possible in GKE to create a cluster with its nodes located in multiple regions? I am aware of Zonal and Regional clusters in which we can have nodes ( an
I want to know how to activate the full-pcpus-only option. The Doc makes me confused. I have edit the /var/lib/kubelet/config.yaml to make the static policy wor
I'd like to get the 0.95 percentile memory usage of my pods from the last x time. However this query start to take too long if I use a 'big' (7 / 10d) range. T
We need to change the controlePlaneEndpoint of the k8s HA cluster as the LB Machine need to be replaced. We have setuped k8s HA cluster last year on prem with
I am trying to access my microservice "externalforum-api-svc" inside my kubernetes cluster using ocelot gateway. I`ve followed the docs but it does not seem to
I am trying to access my microservice "externalforum-api-svc" inside my kubernetes cluster using ocelot gateway. I`ve followed the docs but it does not seem to