How to Deploy to Amazon EKS With GitHub Actions and OIDC
· 11 min read
Deploy to Amazon EKS using GitHub Actions with OIDC authentication. No static AWS credentials needed. Includes ECR, IAM, and Kubernetes setup.
Deploy to Amazon EKS using GitHub Actions with OIDC authentication. No static AWS credentials needed. Includes ECR, IAM, and Kubernetes setup.
Complete guide to deploying an Amazon EKS cluster in a private VPC using Terraform and AWS SSM. No bastion hosts or SSH keys required.
Learn how to write Kubernetes Deployment and Service YAML manifests with practical examples, covering labels, selectors, ports, and self-healing.