I am pretty new to Kubernetes so I don't have much idea. Last day a pod went down and I was thinking if I would be able to recover the tmp folder. So basically
I need to run sudo minikube start --memory=4096 --cpus=2 for my use case. However it is running with 1 cpu already. Somehow I started it w/o creating an entr
I'm having difficulty trying to get kustomize to replace contents of an item in a list. My kustomize file apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kust
I cannot find the appropriate method to do this. Does anyone know the way to do this on a client-go or the API resources that kubectl describe pod uses?
I've deployed EFK stack in IBM Kuberentes cloud by following the step by step guide from this article. Every deployment is done successfully, all EFK stack are
Let's take this processor as an example: a CPU with 2 cores and 4 threads (2 threads per core). From what I've read, such a CPU has 2 physical cores but can pro
I have deployed Fluentd as DaemonSet on my cluster using fluentd-daemonset-elasticsearch. In the logs I can see this error start_pod_watch: Exception encountere
I have a local k3d cluster in stalled on Mac (Big Sur 12) that I am attempting to install calico (their default manifest https://k3d.io/v5.3.0/usage/advanced/ca
I'm a beginner at Kubernetes and Docker. I want to receive the image layer of all the containers that are operating on the master node of k8s. (If there is any
I've successfully pushed some locally built helm chart to harbor private helm registry using below commands: helm registry login private.harbor.com helm push ch
Getting the error pods "grafana-5d64697748-" is forbidden: error looking up service account project-dev-monitoring/grafana: serviceaccount "grafana" not
I use a docker container to interact with my kubernetes cluster. I run kubectl from inside the container. All works fine except when I want to port forward. I c
I am trying to access a bitnami/kafka cluster deployed using helm. I need to be able to send messages to kafka from my local machine and then have my pods proc
I have a multiple application deployed on kubernetes with multiple host. I want to configure versioning for the deployed apps. There will be multiple version fo
`I had a working Ingress controller version 1.0.0 (Bitnami). It stopped working one fine morning, and it appeared that the error was due to the version being de
I cannot really understand the purpose and usage of topologyKey in pod affinity. The documentations says: topologyKey is the key of node labels. If two Nodes a
So I want to develop multiple flavors of log one for generic use and other for performing a specific operation I want to separate those logs by storing them in
I'm trying to reduce logging to "error" (or perhaps "warning") level for the Jaeger Collector pod. In the values file, in all sections (just to eliminate unluck
I am having the following issue. I am new to GCP/Cloud, I have created a cluster in GKE and deployed our application there, installed nginx as a POD in the clus
Im still new to jenkins and kubernetes, I want to deploy a python app on my (minikube) kubernetes cluster. For that I have my Jenkins instance running inside my