Kubernetes powered PaaS that runs in your own cloud. https://porter.run
|
|
пре 5 година | |
|---|---|---|
| cli | ec13f50b3c postgres wait for healthy | пре 5 година |
| cmd | 3ca584ab73 init on startup | пре 5 година |
| dashboard | 9c58c4b02a email query param | пре 5 година |
| docker | 3ca584ab73 init on startup | пре 5 година |
| docs | 8ee2294c52 graph per release | пре 5 година |
| internal | 8ee2294c52 graph per release | пре 5 година |
| server | 5509c043d3 added user email in sidebar | пре 5 година |
| .air.toml | e71b846b93 ignore dashboard in air.toml | пре 5 година |
| .dockerignore | d7b83fb445 onboarding with default sqlite | пре 5 година |
| .gitignore | 1b2277cb0d goreleaser update | пре 5 година |
| .goreleaser.yml | 694479bdc3 only build for linux/windows w/ goreleaser' | пре 5 година |
| README.md | c35d7ba99b updated readme | пре 5 година |
| docker-compose.dev.yaml | 9eb5469cc8 yaml in nodes | пре 5 година |
| go.mod | 8ee2294c52 graph per release | пре 5 година |
| go.sum | 1b2277cb0d goreleaser update | пре 5 година |
| package-lock.json | 97c6704158 handle specrel in default namespace | пре 5 година |
Porter is a dashboard for Helm with support for the following features:
values.yamlWhat's next for Porter? View our roadmap, or read our mission statement.
To view the dashboard locally, download our CLI and grab the latest release via:
curl "https://api.github.com/repos/porter-dev/porter/releases/latest"
chmod +x ./porter
sudo mv ./porter /usr/local/bin/porter
Then run the dashboard (Docker engine must be running on the host machine):
porter start
When prompted, enter the admin email/password you would like to use. After the server has started, go to localhost:8080 and log in with the credentials you just set.
As a disclaimer, we're big fans of Kubeapps, and many of the initial features that we build out will be very similar. Currently, Porter's graph-based chart visualization is the only fundamental difference, and it should be assumed that most Kubeapps features will be supported on Porter in the near future. However, on the feature side, Porter will eventually support:
kubectl for your fundamental operations. Porter for everything else.
Our mission is to be the go-to tool for interacting with complex Kubernetes deployments as both a beginner and an expert. While our initial focus is on visualizing Helm components, we believe this visualization and editing can be extended to a number of other tools and concepts, including alternative templating tools (kustomize, Terraform), other deployment tools (CI/CD tools, Terraform), Kubernetes package repositories (ChartMuseum, JFrog Artifactory), and even popular Kubernetes packages (nginx-ingress, cert-manager, prometheus, velero).
More specifically, we have the following long-term goals:
Why did we begin with Helm? Helm is the most popular auxiliary Kubernetes tool, and can function in nearly all parts of deployment lifecycle. We think of the various features of Helm in the following manner, adapted from Brian Grant's Helm Summit talk (slides here): package management, dependency management, application metadata, parameterization, templating, deployment/config revision management, lifecycle management hooks, and application probes. Along with these fundamental features, an expanding number of command plugins for more specific use-cases have started to become popular in the Helm ecosystem. If we can build a better workflow for both application developers and application operators by improving the user experience for most of these Helm features, we can generalize and expand this workflow to support alternative tooling that exists in the Kubernetes application management ecosystem.