Getting Started
This getting started example will take about 4 minutes of your time.
- Install the
deck
CLI - Run this command:
deck get --name oauth2-demo https://github.com/gefyrahq/gefyra-demos.git
This might take a few minutes. When it's done, open your browser at http://dashboard.127.0.0.1.nip.io:8080/#/workloads?namespace=oauth2-demo. You should see a Kubernetes dashboard with some information about the namespace:
We just deployed a whole application using deck
.
- To clean it up (i.e. remove the cluster), just run the following command:
deck remove --cluster https://github.com/gefyrahq/gefyra-demos.git
Now go and write your own Deckfile or select one from the Wharf.