Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 622 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 622 Bytes

k8s4j

Extend kubernetes functionality using java

build and run

  1. cleanup current ~/.kube configs:
    rm -rf ~/.kube
  2. spin up new cluster using tool you like:
    • enable Kubernetes cluster if you on mac or windows
    • k3s in k3d
    • minishift
    • minikube
    • kind
    • ...
  3. show pods:
    ./mvnw ; java -jar ./target/*-all.jar

resources