ASAnkit Singhinankit101.hashnode.dev·Apr 23, 2024 · 4 min readA Deep Dive Into Kubernetes ArchitectureMaster Node:- It is the main component of kubernetes which is responsible for managing the whole cluster. It manages the the worker nodes connected to the cluster, stores the information about worker nodes. Master node is responsible and track which...00
ASAnkit Singhinankit101.hashnode.dev·Mar 4, 2024 · 4 min readDeploying A Wordpress Website Utilising AWS EFS As Shared File StorageScenario:- We will be deploying an Wordpress website which will be utilising an EFS for shared file storage, RDS instance for the database storage, apache as a web server. Infrastructure Setup:- We need to create an vpc named as test-vpc. It is goi...00
ASAnkit Singhinankit101.hashnode.dev·Feb 10, 2024 · 3 min readPrevent Unintended AWS Charges Due to Lambda RecursionScenario:- While working with AWS lambda functions one needs to be really careful in case the lambda function is invoking same service or some other service. Suppose you have written a lambda function which calls another lambda function, but by mista...00
ASAnkit Singhinankit101.hashnode.dev·Feb 3, 2024 · 3 min readMount and Unmount an EBS volume to an EC2 InstanceScenario:- In real-time scenarios, working with EC2 instance, where the disk space utilisation, gets high. In that case we can use an EBS volume that can be attached to our EC2 to instance. The number of EBS volume that can be attached to an EC2 inst...00
ASAnkit Singhinankit101.hashnode.dev·Jan 26, 2024 · 4 min readA Deep Dive into Route53 Resolver for Multi Account DNS ManagementOverview:- In this tutorial we will be going through Route53 Resolver, Inbound endpoints, Outbound endpoints, +2 Resolver, flow of resolving domains through one AWS account to another AWS account by having a Central DNS account. Inbound Endpoints:- I...00