Skip to content

Kubernetes & Knative Examples of Quarkus, Spring Boot, Node.js, Go and even an API to Postgres

Notifications You must be signed in to change notification settings

lholmquist/sidebyside

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The pattern is primarily:

1. Build the application using whatever tool is required for that platform.  If you can not build the app, then skip to step 3
2. ./dockerbuild.sh 
3. kubectl apply -f kubefiles/Deployment.yml
   or
   kubectl apply -f kubefiles/Deployment_quay.yml 
4. kubetl apply -f kubefiles/Service.yml
5. ./poller.sh

If you wish to try Knative:
1. same as above
2. same as above
3. kubectl apply -f kubefiles/knServing.yml
4. ./knpoller.sh
  or, it wish to see a more dramatic auto-scale, tweak concurrency
  ./knburst.sh

About

Kubernetes & Knative Examples of Quarkus, Spring Boot, Node.js, Go and even an API to Postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 27.7%
  • Java 25.3%
  • HTML 21.5%
  • Shell 15.2%
  • TypeScript 6.3%
  • Go 2.2%
  • Other 1.8%