-
Notifications
You must be signed in to change notification settings - Fork 8
Outer loop Operations
Adam Wisniewski edited this page Nov 5, 2020
·
2 revisions
The stack provides a set of opinionated outerloop artifacts that can be used to build and deploy your application. These can also be customized to perform any deployment operations required. Check out this guide for how to use custom outer-loop artifacts for deploying your app with a service monitor.
Basic outerloop workflow:
-
Download the default outerloop artifacts.
-
Build your application image using the default Dockerfile
-
Push your image to a remote repository
-
Edit the default app-deploy.yaml to point to your remote image
-
Use
kubectl
to apply your deployment to your cluster