Jenkins CI/CD Pipeline for deploying to AWS Kubernetes
This is my final Udacity project. It provides the means of deploying a sample nginx application.
Load Balancer public DNS: a96038234679a4ccd90d04c539201676-951865754.us-west-2.elb.amazonaws.com
Provision AWS kubernetes cluster (eks) using cloudformation scripts
# Create network infrastructure first
./create.sh udacity network
# After network stack has been created provision eks cluster
./create.sh udacity eks
The pipeline is setup using Blue Ocean and connected to the Github repository
kubectl describe deployments
on the terminal with screenshot provided: Successful update rollout