YKYogitha Kinkakarlayogitha.hashnode.dev·Mar 15 · 1 min readAWS vs GCP Networking Concepts – Quick Comparison TableThis table summarizes key networking concepts and how they differ between aws and gcp . Each row gives a single clear statement describing the difference.00
YKYogitha Kinkakarlayogitha.hashnode.dev·Mar 15 · 3 min readMulti-Cloud Identity Without Secrets: AWS ↔ GCP Federation Modern cloud architectures often require workloads in one cloud to access services in another. Instead of storing long-lived credentials (API keys or service account keys), we can use identity federat00
YKYogitha Kinkakarlayogitha.hashnode.dev·Jul 8, 2024 · 2 min readSelf managed worker nodesDeploy Self-managed Worker Nodes In EKS, self-managed worker nodes are nodes you are responsible for managing their whole lifecycle. From choosing suitable AMIs, creating EC2 Launch Templates, creating EC2 Auto-scaling groups, upgrading nodes, patchi...00
YKYogitha Kinkakarlayogitha.hashnode.dev·Jul 6, 2024 · 4 min readVPC endpoint and VPC endpoint servicesThe Consumer VPC is the one that needs to access the services provided by the Provider VPC. This VPC "consumes" the services. VPC Endpoint: This endpoint connects to the VPC Endpoint Service in the Provider VPC, facilitating private communication bet...00
YKYogitha Kinkakarlayogitha.hashnode.dev·Apr 28, 2024 · 2 min readpod admission controllers & webhooksPod admission controllers and webhooks are both mechanisms in Kubernetes for intercepting and controlling requests related to pod creation, modification, and deletion, but they operate at different levels and serve different purposes. pod admissi...00