/makoon

A Web Application for easy Kubernetes Cluster Management for Proxmox VE

Primary LanguageTypeScriptOtherNOASSERTION

Table of contents

❔ What is this?

Makoon is a web application designed to make managing Kubernetes clusters in Proxmox VE as simple as possible. With Makoon, users can manage MicroK8s multi-node clusters, Helm applications, and install/uninstall Kubernetes resources without the need for complicated bash scripts, terraform or ansible.

Key Features:

  • Easy management of MicroK8s multi-node clusters
  • User-friendly dashboard for managing Kubernetes resources
  • Seamless integration with Helm applications
  • Install/uninstall Kubernetes resources directly from the dashboard
  • Support for multiple Proxmox VE nodes

Additional information

  • Proxmox 7.2-7 or later (previous versions were not tested)
  • Supported MicroK8s versions:
    • 1.24/stable
  • Support Ubuntu cloud images:
    • Ubuntu Server 22.10

📌 Installation

Docker

# Create volume for Makoon data
docker volume create makoon_db
# Run container
docker run -d --name makoon -p8080:8080 --volume makoon_db:/app/data docker.io/sieradzki/makoon:latest

Docker compose

services:
  makoon:
    image: docker.io/sieradzki/makoon:latest
    ports:
      - 8080:8080
    volumes:
      - makoon_db:/app/data
volumes:
  makoon_db:

🔨 Building from source

To build a production package, run

docker build -t makoon:local .

📘 Licences

Makoon can be used under two licences:

📷 Screenshots

1_screenshot

2_screenshot

3_screenshot

4_screenshot

5_screenshot

6_screenshot

7_screenshot

8_screenshot

9_screenshot

10_screenshot