
Gonna deploy in K8S a simple-sample HTML5/JS app made with JET Toolkit
- Grab a K8S cluster from here
- Follow setup instructions from here and here and here and/or check this post
- And finally execute this:
kubectl create deployment jetapp --image=docker.io/javiermugueta/myjetapp kubectl expose deployment jetapp --type=LoadBalancer --port=8000
Enjoy 😉