Skip to content

Files

Latest commit

 

History

History
49 lines (34 loc) · 902 Bytes

07-kubernetes-aws.md

File metadata and controls

49 lines (34 loc) · 902 Bytes

Kubernetes Tutorial - Kubernetes and AWS

In this section:

  • AWS and Kubernetes
  • AWS Networking and Kubernetes
  • AWS Security and Kubernetes

AWS and Kubernetes

  • AWS and Kubernetes
    • AWS Elastic Kubernetes Service (EKS)
      • Managed Kubernetes Services

AWS Networking and Kubernetes

  • AWS Networking and Kubernetes
    • AWS Virtual Private Cloud
    • AWS Application Load Balancer
    • AWS Route 53

AWS Security and Kubernetes

  • AWS Security and Kubernetes

    • Identity and Access Management
      • Pod Identity
  • Pod Identity

    • Maps Kubernetes Service Account to an AWS IAM Role
    • Role maps to Permissions
    • Thus granting permissions to AWS Resources


End of Section