1) How much does it cost to join the course? A: It’s absolutely free! There is no cost associated with joining the course. NOTE: Please note that there is a …
WARNING: Before reading this doc 🙂 🙂 1: As everyone needs to sign NDA with CNCF, I can’t tell you the exact question asked during the exam neither I have GB of …
This is one of the ask I came across in Dev env in terms of saving cost where I need to shut down all the EC2 instance at 6 pm …
In the last blog, you understand the concept of Boto3. Let’s solidify that idea by looking at some other Boto3 concepts. Boto3 Meta Boto3 Paginator Boto3 Waiters Waiters: In the …
What is Boto3? Boto3 is the Amazon Web Services (AWS) SDK for Python. It enables Python developers to create, configure, and manage AWS services, such as EC2 and S3. Boto3 …
Helm is a package manager for Kubernetes. Similar to yum but for Kubernetes. It bundles all related manifests(such as deployment, service, etc.) into a chart. When installing chart, helm creates …