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?
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