| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a simple guide for getting 3 services up and running in the Rig Platform.
The 3 services can be seen here: https://github.com/BuoyantIO/emojivoto.
After the Rig CLI has been configured (see here), you can apply the 3 files as attached here:
rig project create emojivoto
rig deploy -f emojivoto-emoji.yaml
rig deploy -f emojivoto-voting.yaml
rig deploy -f emojivoto-web.yamlWith that, you can now access the portal on port emojivoto-web:80 in the cluster.
Run the following command (assuming the relevant Kubenetes context is activated):
kubectl port-forward svc/emojivoto-web -n emojivoto-prod 8080:80And the page is now available at http://localhost:8080/
| Back | FazBrowse Home | New Git URL |