Day 40 AWS EC2 AutomationAmazon EC2 or Amazon Elastic Compute Cloud can give you secure, reliable, high-performance, and cost-effective computing infrastructure to meet demanding business needs. Also, if you know a few things, you can automate many things. Launch template in...Jan 8, 2024·3 min read
Day 34: Working with Services in KubernetesWhat are services in K8s? In Kubernetes, a Service is a method for exposing a network application that is running as one or more Pods in your cluster. The Service API, part of Kubernetes, is an abstraction to help you expose groups of Pods over a...Sep 25, 2023·4 min read
Day 33: Working with Namespaces and Services in KubernetesWhat is Namespace? In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only...Sep 20, 2023·2 min read
Day 32: Launching your Kubernetes Cluster with DeploymentWhat is Deployment in k8s? A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state at a controlled rate....Sep 19, 2023·2 min read
Day 31 Task: Launching your First Kubernetes Cluster with Nginx runningWhat is minikube? Minikube is a tool that quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a container, or on bare metal. Minikube is a pared-down version of Kubernetes that gives you all the benefits of...Sep 18, 2023·2 min read
TerraWeek Day 2:Task 1: Familiarize yourself with HCL syntax used in Terraform What is HCL (Hashicorp Configuration Language)? Hashicorp Configuration Language, this low-level syntax of the Terraform language is defined in terms of syntax is called HCL, which is ...Sep 12, 2023·3 min read
Day 30 : Kubernetes ArchitectureWhat is Kubernetes? Write in your own words and why do we call it k8s? Open source Container Orchestration tool by Google used for multi environment, multi-container deployment. The name Kubernetes originates from Greek, meaning helmsman or pil...Sep 11, 2023·4 min read