GithubHelp home page GithubHelp logo

isabella232 / kubernetes-dashboard-operator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from charmed-kubernetes/k8s-dashboard-operator

0.0 0.0 0.0 35 KB

Kubernetes dashboard operator. Report bugs at https://bugs.launchpad.net/kubernetes-dashboard-operator

License: Apache License 2.0

Python 100.00%

kubernetes-dashboard-operator's Introduction

Kubernetes Dashboard Operator

How to build and deploy:

  1. Pull the repository locally
  2. cd dashboard-operator
  3. build both charms: charmcraft build -f charms/kubernetes-dashboard charmcraft build -f charms/dashboard-metrics-scraper
  4. deploy with the overlay: juju deploy ./docs/local-overlay.yaml

Testing

kubectl proxy

Open in your browser the following url:

http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/

Using ingress

The kubernetes dashboard charm comes with ingress support. To enable the follwoing config variable needs to be changed:

juju config k8s-dashboard site-url=http://k8sdashboard.<application-ip>.xip.io

If the site-url uses HTTPS (urls needs to start with https://) a secret with the tls certificates needs to be created and the name of that secret provided:

juju config k8s-dashboard tls-secret=<tls-secret-name>
juju config k8s-dashboard site-url=https://k8sdashboard.<application-ip>.xip.io

kubernetes-dashboard-operator's People

Contributors

cynerva avatar domfleischmann avatar evilnick avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.