Skip to content

Simple guide for getting 3 services up and running in the Rig Platform.

License

Notifications You must be signed in to change notification settings

rigdev/simple-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rig Platform Demo

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.

Setup

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.yaml

With that, you can now access the portal on port emojivoto-web:80 in the cluster.

With port-forward

Run the following command (assuming the relevant Kubenetes context is activated):

kubectl port-forward svc/emojivoto-web -n emojivoto-prod 8080:80

And the page is now available at http://localhost:8080/

About

Simple guide for getting 3 services up and running in the Rig Platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published