quiknick / makoon

A Web Application for easy Kubernetes Cluster Management for Proxmox VE

Home Page:https://www.linkedin.com/in/dsieradzki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Web Application for easy Kubernetes Cluster Management for Proxmox VE

https://www.linkedin.com/in/dsieradzki

License:Other


Languages

Language:TypeScript 54.9%Language:Rust 43.5%Language:CSS 0.7%Language:SCSS 0.3%Language:Dockerfile 0.2%Language:Makefile 0.2%Language:JavaScript 0.1%Language:HTML 0.1%