I cannot find the python function to delete a kubernetes deployment. I can delete the pods but that would only cause the deployment to restart the pods again. B
I have deployed DigitalOcean Chatwoot. Now I need to add the certificate created in the cluster config so that it can be accessed using HTTPS. I am following th
the demo source code package main import ( "fmt" "time" "k8s.io/apimachinery/pkg/util/wait" "k8s.io/client-go/informers" "k8s.io/client-go
Hello, Im wonderwing, what can be a solution for this: In Prometheus, I can see that one of my K8S workers does have more pod evictions than other workers. The
I'm having a weird issue using Orion on Kubernetes. When using Orion 2.5 (also happens with 3.6) and MongoDB 4.4 on Docker-Compose, everything works as expected
I'm new to Kubernetes and learning it these days. I'm trying to create a deployment with the help of kubectl and every time I create a deployment, the container
Using the kube-prometheus-stack helm chart, I want to scrape the metrics of only 3 pods out of 6 pods in the app namespace in K8S with Prometheus. In this conte
First time Kubernetes user here. I deployed a service using kubectl -n my_namespace apply -f new_service.yaml It failed, with the pod showing Warning -Back-off
I have a microk8s installed on a ubuntu EC2 instance. I have kubernetes 1.21 with calico cni installed. These are installed with snap. I am trying to enable dua
Having difficulties tracking down this issue. Have had my cluster running untouched for about 6 months with no issues. It reboots on the first of the month, eve
Recently, I’ve made a simple application with spring boot backends and an angular frontend. Here is the ‘architecture’: application setup The
I have deployed etcd server(3.5.0) as a container on Kubernetes and am able to access the /version and /metrics endpoints via the fqdn in HttpProxy on my local
I have setup flink operator and kafka on minikube (both are on different namespaces). I am trying to consume messages from a kafka topic in flink and do some tr
I am trying to do some calculus by using petastorm v0.11.4 in a docker container and minikube v1.25.2 As long as I run the process locally, everything works as
I think the question has most of the information. If I have a Service that is a ClusterIP Service, and a Pod accesses that Service, since the load balancing is
When I allow particular port in AWS security Groups, Slaves are not connecting to the master but when I allow all traffic in security groups it's connecting and
As per the GKE documentation, preemptible VMs only last for up to 24 hours after creation. However, in our GKE cluster where we have node-pool with preemtible i
I am using Kafka and facing a problem. Kafka doesn't seem to work locally using minikube. I get this erorr: org.apache.kafka.common.errors.InvalidReplicationFac
I am running rancher latest docker image on Mac M1 laptop but the contact failed to start. The command I am using is sudo docker run -d -p 80:80 -p 443:443 --pr
I currently have an Angular application trying to call a Spring Boot application with simple HTTP queries. Both of the applications are running on their own pod