Git Product home page Git Product logo

kubeapps's Introduction

Kubeapps

Build Status

Kubeapps is a set of tools written by Bitnami to super-charge your Kubernetes cluster with:

  • Your own application dashboard, allowing you to deploy Kubernetes-ready applications into your cluster with a single click.
  • Kubeless, a Kubernetes-native Serverless Framework, compatible with serverless.com.
  • SealedSecrets, a way to encrypt a Secret into a SealedSecret, which is safe to store...even for a public repository.

Quickstart

Kubeapps assumes a working Kubernetes cluster (v1.8+) and kubectl installed and configured to talk to your Kubernetes cluster. Kubeapps binaries are available for Linux, OS X and Windows, and Kubeapps has been tested with minikube, Google Kubernetes Engine (GKE) and Azure Container Service (AKS). Kubeapps works on RBAC-enabled clusters and this configuration is encouraged for a more secure install.

On GKE, you must either be an "Owner" or have the "Container Engine Admin" role in order to install Kubeapps.

The simplest way to try Kubeapps is to deploy it with the Kubeapps Installer on minikube. Assuming you are using Linux or OS X, run the following commands to download and install the Kubeapps Installer binary:

curl -s https://api.github.com/repos/kubeapps/kubeapps/releases/latest | grep -i $(uname -s) | grep browser_download_url | cut -d '"' -f 4 | wget -i -
sudo mv kubeapps-$(uname -s| tr '[:upper:]' '[:lower:]')-amd64 /usr/local/bin/kubeapps
sudo chmod +x /usr/local/bin/kubeapps
kubeapps up
kubeapps dashboard

These commands will deploy Kubeapps in your cluster and launch a browser with the Kubeapps dashboard.

Dashboard main page

To remove Kubeapps from your cluster, simply run:

kubeapps down

Installation

Get the latest release of Kubeapps Installer on the Github releases page.

Alternatively, when you have configured a proper Go environment (refer to the first two steps of Build from Source section), the latest Kubeapps Installer can be get-able from source:

go get github.com/kubeapps/kubeapps

Build from Source

The Kubeapps Installer is a CLI tool written in Go that will deploy the Kubeapps components into your cluster. You can build the latest Kubeapps Installer from source by following the steps below:

  • Visit the Go website, download the most recent binary distribution of Go and install it following the official instructions.

    The remainder of this section assumes that Go is installed in /usr/local/go. Update the paths in subsequent commands if you used a different location.

  • Set the Go environment variables:

    export GOROOT=/usr/local/go
    export GOPATH=/usr/local/go
    export PATH=$GOPATH/bin:$PATH
    
  • Create a working directory for the project:

    working_dir=$GOPATH/src/github.com/kubeapps/
    mkdir -p $working_dir
    
  • Clone the Kubeapps source repository:

    cd $working_dir
    git clone https://github.com/kubeapps/kubeapps
    
  • Build the Kubeapps binary and move it to a location in your path:

    cd kubeapps
    make binary
    cp kubeapps /usr/local
    

Next Steps

Use the Kubeapps Dashboard to easily manage the deployments created by Helm in your cluster and to manage your Kubeless functions, or look under the hood to see what's included in Kubeapps.

In case of difficulties installing Kubeapps, find more detailed installation instructions.

For a more detailed and step-by-step introduction to Kubeapps, read our introductory walkthrough.

Useful Resources

kubeapps's People

Contributors

andresmgot avatar angelmmiguel avatar anguslees avatar arapulido avatar evanlouie avatar janbrunrasmussen avatar jgtech avatar jjo avatar murali-reddy avatar ngtuna avatar prydonius avatar ritazh avatar sebgoa avatar sozercan avatar vikram-bitnami avatar

Watchers

 avatar  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.