KSKritika Singhalinkritikasinghal.hashnode.dev·Nov 5, 2023 · 3 min readGetting Started with AWS IAMI am creating a series for AWS in which I am going to explore different services in AWS for DevOps specifically. In this article, we will be diving into IAM. Introduction When we create an AWS account we start with a single sign-in identity. This ide...00
KSKritika Singhalinkritikasinghal.hashnode.dev·Sep 12, 2023 · 4 min readKubernetes ArchitectureKubernetes architecture consists of two main components: Master Node Worker Node Master Node The master node also known as the control plane manages the cluster and controls workload components such as pods and worker nodes. It makes the global ...00
KSKritika Singhalinkritikasinghal.hashnode.dev·Jul 19, 2021 · 4 min readMy CKAD JourneyFinally, I am a Certified Kubernetes Application Developer. A few days back I appeared for CKAD and received the certificate. Here I am sharing my journey of CKAD. Yes, it was a journey, a journey because I took a long time to appear for the exam th...00
KSKritika Singhalinkritikasinghal.hashnode.dev·Mar 7, 2021 · 2 min readRespect The Choices Women MadeThis article is part of the #ChooseToChallenge Campaign by Hashnode. We have seen the world come a long way from restricting women to home boundaries to let them work and extend their boundaries. Now we find women working in every field but not as e...01P
KSKritika Singhalinkritikasinghal.hashnode.dev·Jan 24, 2021 · 3 min readDecorators In PythonMost of the time people in python programming either never come across Decorators or if they, they are not able to understand it. In this article lets explore this not much explored Decorators. Before getting into the main topic we need to look at tw...02PA