Kubernetes Architecture.There are two types of nodes or machines in Kubernetes architecture, master node (control plane) and a worker node. Worker Node: Each worker node has multiple pods running on it, there are 3 processes which needs to be installed on every worker node ...Dec 5, 2024·2 min read
Short Introduction To Amezon IAM ServiceWhat Is IAM: AWS IAM stands for Identity and Access Management, it's a service used for securely control or limit the access to the AWS resources. Why We Need IAM: When we create a new AWS account the only user we have is the Root user which can perf...Nov 2, 2022·5 min read
Linux Cheat-SheetLogged In User Details: whoami (Shows the username of the logged in user) Directory Operations: pwd (Gives Present Working Directory) cd /dir (Navigate to 'dir' directory) mkdir dev (Make ...Oct 31, 2022·2 min read