Skip to content

Udacity Cloud DevOps Engineer Capstone Proejct

Notifications You must be signed in to change notification settings

5l1v3r1/Udacity-CDOE-Capstone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity-CDOE-Capstone

Udacity Cloud DevOps Engineer Capstone Proejct

This project use AWS ECR and EKS for the infrastructure.

To build out the required infrastructure run ./deploy.sh capstone IaC/capstone-ecr.yaml IaC/capstone-ecr-params.json

To Create the required K8s Cluster Run: eksctl create cluster -f IaC/eks-cluster-config.yaml

Create the K8's Deployment: kubectl apply -f IaC/k8s-deployment.yaml

Create the K8's Service: kubectl apply -f IaC/k8s-service.yaml

To check URL for Webpage use: kubectl get svc capstone-web

About

Udacity Cloud DevOps Engineer Capstone Proejct

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 47.8%
  • HTML 20.7%
  • Python 11.8%
  • Dockerfile 9.5%
  • Makefile 5.2%
  • CSS 5.0%