$ gcloud auth login
$ gcloud container clusters get-credentials kubeernetes --zone us-central1-a --project camel-knative
## Clone Go APP | |
https://github.com/claudioed/players-app.git | |
## Build | |
docker build -t claudioed/players . | |
## Clone Java APP | |
https://github.com/claudioed/tdc-inn-police-man.git |
## Operando docker | |
## Run ubuntu | |
docker run -t -i --rm ubuntu bash | |
## Update repositories | |
apt-get update | |
## Install maven | |
apt-get install maven |