Skip to content

andreasfritz/spring-boot-admin-kubernetes-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Admin - Kubernetes Example

Enable Kubernetes in Docker Desktop

  1. From the Docker Dashboard, select the Settings.
  2. Select Kubernetes from the left sidebar.
  3. Next to Enable Kubernetes, select the checkbox.
  4. Select Apply & Restart to save the settings and then click Install to confirm. This instantiates images required to run the Kubernetes server as containers, and installs the /usr/local/bin/kubectl command on your machine.

Documentation

Change Kubernetes Context

kubectl config get-contexts
kubectl config use-context docker-desktop

Install Helm

brew install helm
helm version

Documentation

Install Traefik

Build & Install Apps

Uninstall Apps

chmod u+x uninstall.sh
./uninstall.sh