Create DJ App
This workshop has been deprecated and archived. The new Amazon EKS Workshop is now available at www.eksworkshop.com.
Let’s create the DJ App!

The application repo has all of the configuration YAML required to deploy the DJ App into its own prod
namespace on your Kubernetes cluster.
kubectl apply -f 1_base_application/base_app.yaml
This will create the prod
namespace as well as the Deployments
and Services
for the application. The output should be similar to:
You can now verify that the objects were all created successfully and the application is up and running.
Once you’ve verified everything is looking good in the prod
namespace, you’re ready to test out this initial version of the DJ App.