Skip to content

freddycoder/eks-explorer_eks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eks

This repos contains code for deploying a kubernetes cluster on AWS EKS using pulumi and gitlab.

Documentation

How the code in this repos was made

  • Create a folder pulumi
  • cd into the pulumi folder
  • Run pulumi new
  • gitlab-ci.yml was edited folloing the instruction of this page Pulumi GitLab CI
  • Then through this merge request every error was fixed

Permission of the AWS user

The AWS user needs to have the following permissions:

  • AmazonEC2FullAccess
  • AmazonEKSClusterPolicy
  • AmazonEKSWorkerNodePolicy
  • AmazonEKSServicePolicy
  • AmazonEKS_CNI_Policy
  • AmazonEKSFargatePodExecutionRolePolicy
  • AmazonEKSLocalOutpostClusterPolicy
  • AmazonEKSVPCResourceController

About

Projet to learn gitlab, eks and pulumi stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published