I have an EKS cluster up & running, with everything going smoothly. However, I see there are several unexpected Log streams for the EKS control plane compon
Is there a way query cpu request and limit with kubectl for each container in a kubernetes context / namespace, just as I can query cpu usage with kubectl top p
I'm running Kubernetes with docker desktop on windows. DD is up-to-date, and the kubectl version command returns 1.22 as both the client and server version. I e
What I observed is that after successful completion of a created volume workflow, it's getting auto-deleted. logs: controller.go:1076] Requested volume siz
I received an email from Google Cloud[1] about the usage of X.509 Common Name, which will be not supported anymore, just the X.509 Subject Alternative Name (SAN
I'm trying to expose an kubernetes service (AWX Operator) to access it outside from the deployed localhost. Port-forwarding is not an option, because it should
My Service definition is as follows # SOURCE: https://cloud.google.com/kubernetes-engine/docs/tutorials/guestbook apiVersion: v1 kind: Service metadata: name:
I've got a cluster with Flannel as the CNI. As a check to make sure everything was working, I deployed some dnsutils pods, but they can't seem to do any dns res
Small question regarding a Java 11 Spring Webflux 2.6.6+ web app, containerized and deployed using Kubernetes please. From the web app application logs, I am se
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?