Skip to content

dev4devs-com/k8s-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-ui

License

Overview

This project is a Helm Chart which will install the Kubernetes Dashboard.

Dashboard is a web-based Kubernetes user interface. You can use Dashboard to deploy containerized applications to a Kubernetes cluster, troubleshoot your containerized application, and manage the cluster resources.

Pre-requirements

Usage

Following the steps to let you know how to use it.

  1. Clone this project:
$ git clone git@github.com:dev4devs-com/k8s-ui.git
  1. Install the chart with helm:
$ helm install kubernetes-dashboard ./k8s-ui

NOTE

If you are seen the error: listen tcp 127.0.0.1:8001: bind: address already in use when you run kubectl proxy to checkout it then just kill the process as follows and re-run the command to do the bind.

 $ ps aux | grep proxy
 kill -9 <pid kubectl proxy>

Documentation:

NOTE This project is a basic example done as an POC, however, please feel free to contribute with it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages