Create EC2 instance by referring to the below...
Create webhook for the app in github By creating webhook in github app repository and connecting it with jenkins, make sures whenever you make any...
Installation of eksctl, awscli , kubectl in Local system In windows To install Choco To bypass security Run Get-ExecutionPolicy. # If it...
CommandsDescription aliasConverts complex commands into simpler ones. bzip2 / bunzip2Compresses a file / Decompress a bzip2 file. bzcat /...
CronJobs in Kubernetes are a powerful way to automate various tasks. Here are some CronJob best practices: Backup Databases in Kubernetes Creating a...
Restart Pods in Kubernetes To restart a pod in Kubernetes, you can either delete the existing pod or use a rolling restart strategy depending on your...