Deploy Sample Application to Kubernetes Cluster (Oracle Cloud Container Clusters)


bandwidth close up computer connection
Photo by panumas nikhomkhai on Pexels.com

Gonna deploy in K8S a simple-sample HTML5/JS app made with JET Toolkit

  1. Grab a K8S cluster from here
  2. Follow setup instructions from here and here and here and/or check this post
  3. And finally execute this:
kubectl create deployment jetapp --image=docker.io/javiermugueta/myjetapp
kubectl expose deployment jetapp --type=LoadBalancer --port=8000

Enjoy 😉

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.