iamunnip.hashnode.devBuilding a Kubernetes v1.29 Cluster using kubeadmIntroduction kubeadm is a tool used to create Kubernetes clusters It automates the creation of Kubernetes clusters by bootstrapping the control plane, joining the nodes etc Follows Kubernetes release cycle Open-source tool maintained by the Kuber...Dec 15, 2023·5 min read
iamunnip.hashnode.devAccessing Private AWS Resources using Pritunl VPNPrerequisites Please check my previous guide on setting up public and private EC2 instances https://iamunnip.hashnode.dev/launching-amazon-ec2-instances-via-console Configuration Login to the public EC2 instance ssh -i dev-kp.pem ubuntu@3.235.42.16...Dec 4, 2023·3 min read
iamunnip.hashnode.devLaunching Amazon EC2 Instances via ConsolePrerequisites Check my previous guide on creating Amazon VPC resources https://iamunnip.hashnode.dev/creating-amazon-vpc-resources-via-console Key Pair Create a new key pair for connecting to EC2 instances Name: dev-kp Key pair type: RSA Private...Dec 3, 2023·3 min read
iamunnip.hashnode.devCreating Amazon VPC Resources via ConsolePrerequisites Login to your AWS account with below details Account ID IAM User name Password Please make sure that the user has the appropriate permissions to create various VPC resources VPC Once logged in to the console, search for VPC serv...Dec 2, 2023·3 min read
iamunnip.hashnode.devAWS CLI - Command CompletionPrerequisites Install AWS CLI on the Ubuntu distribution. $ aws --version aws-cli/2.13.32 Python/3.11.6 Linux/6.2.0-1012-aws exe/x86_64.ubuntu.22 prompt/off Check out my article on installing AWS CLI. https://iamunnip.hashnode.dev/installing-and-upd...Nov 5, 2023·1 min read