This application takes a ubuntu image that has python, bash, curl and tar installed (these are prerequisites for KD - see here).
The main focus point for this application is the use of a config package:
...
"defaultConfigPackage": {
"packageURL": "https://github.com/hpe-container-platform-community/kubedirector-examples/releases/download/release/02-config-package-appconfig.tgz"
},
...
You can find the config package in the appconfig folder in this repo.
The config package is built and uploaded as a release artifact to this github repo using github actions.
Refer to 01-hello-world instructions if you need a reminder.
Refer to 01-hello-world instructions if you need a reminder.
Access the service endpoint with a web browser and observe what is displayed.
- Fork this repository.
- Modify the startscript to print your name in the output.
- Commit your changes. You should see the github action building.
- Redeploy and test.