# kubeapps **Repository Path**: null_141/kubeapps ## Basic Information - **Project Name**: kubeapps - **Description**: A web-based UI for deploying and managing applications in Kubernetes clusters - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kubeapps [![CircleCI](https://circleci.com/gh/kubeapps/kubeapps/tree/master.svg?style=svg)](https://circleci.com/gh/kubeapps/kubeapps/tree/master) Kubeapps is a web-based UI for deploying and managing applications in Kubernetes clusters. Kubeapps allows you to: - Browse and deploy [Helm](https://github.com/helm/helm) charts from chart repositories - Inspect, upgrade and delete Helm-based applications installed in the cluster - Add custom and [private chart repositories](docs/user/private-app-repository.md) (supports [ChartMuseum](https://github.com/helm/chartmuseum) and [JFrog Artifactory](https://www.jfrog.com/confluence/display/RTF/Helm+Chart+Repositories)) - Browse and provision external services from the [Service Catalog](https://github.com/kubernetes-incubator/service-catalog) and available Service Brokers - Connect Helm-based applications to external services with Service Catalog Bindings - Secure authentication and authorization based on Kubernetes [Role-Based Access Control](docs/user/access-control.md) ## Quick Start Use the Helm chart to install the latest version of Kubeapps: ```bash helm repo add bitnami https://charts.bitnami.com/bitnami helm install --name kubeapps --namespace kubeapps bitnami/kubeapps ``` For detailed instructions on how to install and use Kubeapps follow the [Getting Started Guide](docs/user/getting-started.md). ## Developer Documentation Please refer to: - The [Kubeapps Build Guide](docs/developer/build.md) for instructions on setting up the build environment and building Kubeapps from source. - The [Kubeapps Developer Documentation](docs/developer/README.md) for instructions on setting up the developer environment for developing on Kubeapps and its components. ## Next Steps If you have followed the instructions for [installing Kubeapps](docs/user/getting-started.md) check how to [use Kubeapps](docs/user/dashboard.md) to easily manage your applications running in your cluster, or [look under the hood to see what's included in Kubeapps](docs/architecture/overview.md). ## Useful Resources - [Walkthrough for first-time users](docs/user/getting-started.md) - [Detailed installation instructions](chart/kubeapps/README.md) - [Kubeapps Dashboard documentation](docs/user/dashboard.md) - [Kubeapps components](docs/architecture/overview.md) - [Roadmap](https://github.com/kubeapps/kubeapps/wiki/Roadmap) ## Differences from Monocular The [Monocular](https://github.com/helm/monocular) project was designed to run a public search and discovery website for Helm repositories (e.g. https://hub.kubeapps.com). Following its 1.0 release, Monocular is focused on delivering the experience for the Helm Hub. Versions of Monocular 0.7 and older include a basic ability to install, view and delete Helm releases in a Kubernetes cluster. To focus on the Helm Hub experience, these [features have been removed](https://github.com/helm/monocular#looking-for-an-in-cluster-application-management-ui) since the 1.0 release and are no longer supported. We recommend users of Monocular's in-cluster features try Kubeapps as it provides a more featured, robust and secure solution to managing Helm applications in your cluster. ## Community - [#kubeapps on Kubernetes Slack](https://kubernetes.slack.com/messages/kubeapps) Click [here](http://slack.k8s.io) to sign up to the Kubernetes Slack org.