You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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