Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

This repository contains a Kubernetes desktop application designed to facilitate the management and monitoring of Kubernetes clusters. It includes documentation for installation, configuration, and usage, providing a user-friendly interface for managing your Kubernetes resources.

License

Notifications You must be signed in to change notification settings

EliasDeHondt/kubernetes-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

💙🤍README🤍💙

📘Table of Contents

  1. 📘Table of Contents
  2. 🖖Introduction
  3. 📦Extra
    1. 📚Documentation
  4. 🔗Links

🖖Introduction

I kindly request your thorough examination and absorption of the comprehensive documentation incorporated within the confines of this repository. Your diligent review of the diverse materials provided herein will undoubtedly enhance your understanding of the intricacies and nuances associated with the contents therein.

Please also see following documents:

📦Extra

📚Documentation

  • Get GitHub Repository
git clone https://github.com/EliasDeHondt/kubernetes-dashboard.git
  • Install Cert-Manager
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/latest/download/cert-manager.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/cloud/deploy.yaml
  • Deploy the Kubernetes Dashboard
kubectl apply -f ./kubernetes-dashboard/Scripts
# Please modify the necessary configuration files to switch to your domain name.
  • Access the Kubernetes Dashboard
kubectl get services -o wide -n ingress-nginx
# Copy the external IP address and put it in your A of AAAA record for your domain name.
  • Access the Kubernetes Dashboard Token
bash <(curl -s https://raw.githubusercontent.com/EliasDeHondt/kubernetes-dashboard/refs/heads/main/Scripts/get-dash.sh)
# Copy the token
# Paste the token in the Kubernetes Dashboard

🔗Links

About

This repository contains a Kubernetes desktop application designed to facilitate the management and monitoring of Kubernetes clusters. It includes documentation for installation, configuration, and usage, providing a user-friendly interface for managing your Kubernetes resources.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Languages

  • Shell 100.0%