NTNeelima Thummainneelima6699.hashnode.dev·May 28, 2025 · 1 min readTerraform BasicsExample: Let's assume AWS is the Provider for the entire blog access key, secret key -- authentication terraform init #Initializes the working directory Whatever is required to run a terraform script, the "Init" helps to get all the information. terr...00
NTNeelima Thummainneelima6699.hashnode.dev·Mar 20, 2025 · 2 min readK8s Services, Ingress, Network Policies, DNS and CNI (Container Network Interface) plugins.In Kubernetes, Service is a method of exposing the network application that is running on one or more pods in your cluster. Service in K8s is an object (The same way that a pod /a configMap is an object). Lets understand the problem of not having a s...00
NTNeelima Thummainneelima6699.hashnode.dev·Apr 27, 2023 · 4 min readKubernetes Architecture and Components:Below is the Architecture that shows the components involved in Kubernetes: The below architecture reference is taken from @devopscube Introduction to Kubernetes : Kubernetes is an open-source Tool that is used to deploy, scale and manage containeri...00