Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
README: add TLDR section
Browse files Browse the repository at this point in the history
  • Loading branch information
nailgun authored Nov 23, 2017
1 parent b21efdc commit 868f8f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@

`Kubernator` is an alternative [Kubernetes](https://kubernetes.io) UI. In contrast to high-level [Kubernetes Dashboard](https://github.com/kubernetes/dashboard), it provides low-level control and clean view on **all** objects in a cluster with the ability to create new ones, edit and resolve conflicts. As an entirely client-side app (like `kubectl`), it doesn't require any backend except Kubernetes API server itself, and also respects cluster's access control.

## TL;DR

```sh
kubectl create ns kubernator
kubectl -n kubernator run --image=smpio/kubernator --port=80 kubernator
kubectl -n kubernator expose deploy kubernator
kubectl proxy
```

Then open [service proxy URL](http://localhost:8001/api/v1/namespaces/kubernator/services/kubernator/proxy/) in your browser.

![Catalog: Overview](screenshots/catalog-overview.png)

## Table of Contents
Expand Down

0 comments on commit 868f8f7

Please sign in to comment.