Bootlabs Blog

Bootlabs Blog

Follow
home

Gatekeeper vs Kyverno

Jul 21, 20235 min read

Gatekeeper is a general-purpose policy engine based on Open Policy Agent (OPA). It allows you to define and enforce custom policies across various...

Gatekeeper vs Kyverno

Connecting to AWS private EC2 instance using open ssh without a Bastion Host

Jul 10, 20232 min read

Connecting to an AWS private EC2 instance using OpenSSH requires a few prerequisites and steps. Prerequisites: Ensure you have OpenSSH...

Connecting to AWS private EC2 instance using open ssh without a Bastion Host

AWS Secrets Manager in Kubernetes - Secret Rotation and Reloader

Mar 27, 202314 min read

HANDLING SECRETS AND PARAMETERS ON AWS EKS Security best practices need the protection of personal data (e.g. passwords, tokens, API Keys). These...

AWS Secrets Manager in Kubernetes - Secret Rotation and Reloader

Velero Backup Tool

Oct 12, 20222 min read

Velero Velero is an open-source tool for Kubernetes, to safely backup and restores the data in a cluster and disaster recovery of the cluster. With...

Velero Backup Tool

Encapsulated Network

Sep 13, 20221 min read

Before going there, What is CNI? A framework for dynamically configuring network resources is known as a container network interface (CNI), and CANAL...

Encapsulated Network

Build your own CLI using GoLang and Cobra

Jul 14, 20224 min read

The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its...

Build your own CLI using GoLang and Cobra