Deploy Crystal Backend API

This workshop has been deprecated and archived. The new Amazon EKS Workshop is now available at www.eksworkshop.com.

Let’s bring up the Crystal Backend API!

Copy/Paste the following commands into your Cloud9 workspace:

cd ~/environment/ecsdemo-crystal
kubectl apply -f kubernetes/deployment.yaml
kubectl apply -f kubernetes/service.yaml

We can watch the progress by looking at the deployment status:

kubectl get deployment ecsdemo-crystal