Cyberithub

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

GitHub Advanced Security Certification Practice Test Questions and Answers Part - 2

GitHub Advanced Security Certification Practice Test Questions and Answers Part - 2 10

In this article, we will continue with our series of practice questions for GitHub Advanced Security Certification exam. In our last article of GitHub Advanced Security Certification Practice Test Questions and Answers Part - 1, we have seen 100 important questions and answers that can prove to be very helpful in clearing out the exam. ... Read more