Cyberithub

Solved "colima start showing FATA[0004] error starting vm: error at starting: exit status 1"

Solved "colima start showing FATA[0004] error starting vm: error at starting: exit status 1"

In this article, we will see how to fix colima error  " FATA[0004] error starting vm: error at starting: exit status 1"  which you may encounter during starting colima instance. It is a free and lightweight command line tool for MacOS and Linux based systems that provides docker container runtimes to locally run the workload ... Read more

Solved "HPA and KEDA(ScaledObject) terminating manually scaled up pods in Kubernetes"

Solved "HPA and KEDA(ScaledObject) terminating manually scaled up pods in Kubernetes"

In this article, we will see how to solve the problem of HPA and KEDA terminating manually scaled up pods in Kubernetes. But before going through the solution, let's briefly understand about HPA and KEDA concepts. HPA or Horizonal Pod Autoscaler is basically used to scales the number of Pods in a deployment, replication controller, ... Read more

How to Install and Use Cert Manager and cmctl for certificate generation and renewal

How to Install and Use Cert Manager and cmctl for certificate generation and renewal 2

In this article, we will see how to install and use cert manager and cmctl for certificate generation and renewal in Kubernetes Cluster. If you are looking for kubernetes native tool that automatically issues, renew and revoke TLS certificates for workloads running in your cluster then you should always go for cert-manager. It not only ... Read more

How to Install kube-downscaler in Kubernetes cluster using Kustomize and Kubectl

How to Install kube-downscaler in Kubernetes cluster using Kustomize and Kubectl 4

In this article, we will see how to install kube-downscaler in kubernetes cluster using kustomize and kubectl tool. kube-downscaler is a free and open source kubernetes controller designed to scale down the workloads such as deployments, statefulsets, cronjobs etc. during non office hours to save resources and costs. It is well suited to be used ... Read more