Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 690 Bytes

File metadata and controls

27 lines (18 loc) · 690 Bytes

Kubernetes

This project uses skaffold (https://skaffold.dev/) and buildpacks (https://buildpacks.io/) to handle the creation of the image and deployment of the kubernetes resources.

Before doing the deployment make sure that you have skaffold and buildpacks on your env, to install them follow the instructions in:

Deploy App

To deploy the app, run the following command:

skaffold run -p local --port-forward

look for the command output, it should the tell you the port that is listening, so you can check the app on http://localhost:<port>

To delete the app run

skaffold delete