In kubectl, both describe and get -o <format> can be used to get the details of a resource, I'm wondering what's the difference between the two? why does
I am using a GKE cluster with Ubuntu nodes & containerd as CRI. I am not able to see any pause containers the way we used to see in docker. Are they no more
From time to time we find that some logs are missing in the ES, while we are able to see them in Kubernetes. Only problems in logs I was able to find, point out
Following this guide,I am trying to run gcsfuse inside a pod in GKE. Below is the deployment manifest that I am using: apiVersion: extensions/v1beta1 kind: Depl
I'm currently working on setting up a CI/CD pipeline to my client's new Kubernetes clusters that they host on Harbor using Helm and Azure DevOps Server, and I'm
I work in a large enterprise that mostly deploys Alpine-based images running Java SpringBoot services, to k8s v1.13.12 on prem. We are starting to move to Azure
In official document, the default replicas of argo-server and workflow-controller is set to 1. Should it be set to 3 in the production environ
I create a service which type is loadbalancer, kubernetes create an ELB and listen protocol is tcp 80--->tcp 80, then I modified the ELB by changing the pro
I am trying to allow some users in my org to forward ports to our production namespace in Kubernetes. However, I don't want them to be able to forward ports to
I need to find the number of pods currently NOT terminated (can be available, terminating, etc.) in order to prevent deployment from starting if there are still
I have a kubernetes cluster into which I'm intending to implement a service in a pod - the service will accept a grpc request, start a long running process but
Trying to install kubernetes dashboard in Ubuntu 16.04 resulting in x509: certificate signed by unknown authority error. Kubernetes cluster with a single node
I am setting up the kubernetes setup for django webapp. I am passing environment variable while creating deployment as below kubectl create -f deployment.yml
I have a cronjob that cleans some job since my kubernetes is on older version so cannot use ttlafterfinished. How can I fetch the namespaces that have this job
Trying to statically provision a PV with GCP SSD storage. Errors out with the following message: The PersistentVolume "monitoring" is invalid: spec: Required v
I am trying to create a tcp service like this in kubernetes cluster followed by official docs: apiVersion: traefik.containo.us/v1alpha1 kind: TraefikService met
Good afternoon, maybe someone came across the automation of filling in receivers in alertmanager from custom pod annotations? I mean, i want alermanager take re
Good afternoon, maybe someone came across the automation of filling in receivers in alertmanager from custom pod annotations? I mean, i want alermanager take re
I am trying to trace logs of my spring-boot-application with jaeger . Both spring-boot microservice and jaeger are running on kubernetes ( local set-up on docke
I am trying to trace logs of my spring-boot-application with jaeger . Both spring-boot microservice and jaeger are running on kubernetes ( local set-up on docke