Skip to content

resingulm/kubus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart Quarkus and Postgres on Minikube

Installation

Install podman

brew install podman

Install podman desktop (optional)

brew install podman-desktop

Install Minikube:

brew install minikube

Install Quarkus CLI

brew install quarkusio/tap/quarkus

Start Minikube with :

minikube start --driver=podman

Start the dashboard if you like:

minikube dashboard

Developer Mode

Build and start the application in developer mode

quarkus dev

Minikube

Build

quarkus build

Deploy

quarkus deploy

Run

Check port of kubus services:

kubectl get serivices
minikube service kubus

Adjust port of the kubusservice:

curl http://127.0.0.1:<PORT>/fruit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages