Can we create cronjob to make a simple shell script call without image, template information in the YAML file For example : I have simple shell script which jus
I am confused in finalize the cluster size for my QA kubernetes deployment which can be used by 150 people. Follwing are the services i need to deploy: 6 Spring
I have docker desktop and kubectl installed , I am trying to connect to cluster from my local pc and getting above error here is my kubeconfig file apiVersion:
I have tried using the Patch Class to scale the Deployments but unable to do so. Please let me know how to do it. i have researched a lot but no proper docs on
I have below manifest file to deploy nginx pod in k8s with container port and target port 80. When I set these ports other than 80 say eg 8080, I am not able to
I want to use archived environment for spark-submit, but after unpacking on k8s cluster it has corrupted python interpreter
I have a kubernetes cluster and a nginx ingress. I have deployed an ingress to route traffic from a domain example.org to a specific container. Now, I am trying
I setup minikube on my MAC. ~ $ kubectl describe node minikube Addresses: InternalIP: 192.168.64.2 Hostname: minikube PodCIDR: 10.
I have a Minikube cluster setup in WSL 2 of Windows 10 pro, where the docker-for-windows is used with WSL2 integration. Minikube was started with default docker
I have a Spring boot application with Hibernate L2 cache enabled. I integrated Hazelcast as cache provider for Hibernate. My application runs on Kubernetes and
I have a Kubernetes cluster with a hardware node that has a CD-ROM device attached. I want to describe the device with a custom resource. (I might buy a second
We need to disable the automount of service account from our existing deployments in AKS cluster. There are 2 ways to do by adding the property "automountservic
I'm not quite sure if which of the following approaches is the better approach to create a controller in kubernetes however I know that: I don't want to create
Helm Chart has the concept of Version and appVersion. We are using the Version to document that a content of the Helm Chart changed or not (for ex, a template,
I am getting below error when trying to attach shell script as config map. I am not sure what's the issue because script work without adding in config map It sh
Below is the sample HPA configuration for the scaling pod but there is no time duration mentioned. So wanted to know what is the duration between the next scali
I have a Pod with an emptyDir volume mounted in two containers: nginx at /usr/share/nginx/html/ busybox at /var/html/ If i create a file with html extension ins
I am installing Kubeflow Pipeline on AWS from this official repository: github.com/kubeflow/manifests/tree/master/apps/pipeline/upstream/env/aws Kubeflow is con
I have a k8s dev cluster (in aks). I previously used the bitnami chart for deployment of a single MongoDB pod and I never had the following problem. As I'm now
I want to monitor CPU percentage usage of a Docker container and get alerted when it reaches a certain threshold. My application is running in a Docker containe