I'm trying to connect to Elasticsearch from Logstash, but it fails due to certificate issues. To give some background data: Version 8.1.3 on Kubernetes with Ran
Hello I have worked on API gateway for a identity service. I used HttpClient and currently call the identity service with localhost. My worry is when we deploy
I am using minikube (docker driver) with kubectl to test an agones fleet deployment. Upon running kubectl apply -f lobby-fleet.yml (and when I try to apply any
I tried to deploy a kubernetes pod and I get a error ImagePullBackOff NAME READY STATUS RESTARTS AGE mrp-7c46596899-cvjnf 1/
We are following the below article to establish C# client connection to the Ignite Cluster, both of them deployed in the Kubernetes. https://ignite.apache.org/d
I have a technical difficulty, I am trying to enable 'STRICT' mutual TLS. I have a stateless service (name: "my-service" / ServiceAccount / Service / Deployment
I'm trying to install nginx deployment and store all the nginx configuration via configmap. All the nginx conf file are in a separate folder(outside of the temp
I'm trying to install nginx deployment and store all the nginx configuration via configmap. All the nginx conf file are in a separate folder(outside of the temp
The pods have been successfully created and it is running but I am unable to get the logs from the pods. I even checked in Lens and 'kubectl logs pod' its not s
Any idea why I just started getting "Insufficient CPU" and Insufficient memory" when deploying containers (nodejs api and cloud sql proxy) to Kubernetes. This h
Im looking to scale my pods/nodes based on disk space. Is it possible? I see that i can scale based on cpu or memory, but how can i scale based on disk usage?
how to list the Kubernetes pod which has CharDevice in it ? I could able to get the pod with CharDevice, but need to print the pod name only kubectl get pod -o
I am a bit confused about the individual roles of Kubernetes and Terraform when using them both on a project. Until very recently, I had a very clear understand
I try to run a redis sentinel in k8s pod and it show: *** FATAL CONFIG FILE ERROR *** Reading the configuration file, at line 27 >>> 'sentinel
I'm hosting my frontend & backend servers with GKE (Gcloud Kubernetes Engine) with private nodes in a default VPC network like this gcloud beta container cl
No pods in newly created MicroK8S cluster on my Ubuntu have any connectivity, including coredns: $ k logs -f coredns-64c6478b6c-4pdnj -n kube-system ... E0429
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?