-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,16 @@ | |
<a href="https://circleci.com/gh/FairwindsOps/pluto.svg"> | ||
<img src="https://circleci.com/gh/FairwindsOps/pluto.svg?style=svg"> | ||
</a> | ||
<a href="https://codecov.io/gh/FairwindsOps/pluto"> | ||
<img src="https://codecov.io/gh/FairwindsOps/pluto/branch/master/graph/badge.svg"> | ||
<a href="https://insights.fairwinds.com/gh/FairwindsOps/pluto"> | ||
<img src="https://insights.fairwinds.com/v0/gh/FairwindsOps/pluto/badge.svg"> | ||
</a> | ||
</div> | ||
|
||
Pluto is a utility to help users find [deprecated Kubernetes apiVersions](https://k8s.io/docs/reference/using-api/deprecation-guide/) in their code repositories and their helm releases. | ||
|
||
**Want to learn more?** Reach out on [the Slack channel](https://fairwindscommunity.slack.com/messages/pluto) ([request invite](https://join.slack.com/t/fairwindscommunity/shared_invite/zt-e3c6vj4l-3lIH6dvKqzWII5fSSFDi1g)), send an email to `[email protected]`, or join us for [office hours on Zoom](https://fairwindscommunity.slack.com/messages/office-hours) | ||
## Join the Fairwinds Open Source Community | ||
|
||
The goal of the Fairwinds Community is to exchange ideas, influence the open source roadmap, and network with fellow Kubernetes users. [Chat with us on Slack](https://join.slack.com/t/fairwindscommunity/shared_invite/zt-e3c6vj4l-3lIH6dvKqzWII5fSSFDi1g) or [join the user group](https://www.fairwinds.com/open-source-software-user-group) to get involved! | ||
|
||
|
||
## Purpose | ||
|
@@ -36,3 +38,19 @@ So, long story short, finding the places where you have deployed a deprecated ap | |
You can read the full policy [here](https://kubernetes.io/docs/reference/using-api/deprecation-policy/) | ||
|
||
Long story short, apiVersions get deprecated, and then they eventually get removed entirely. Pluto differentiates between these two, and will tell you if a version is `DEPRECATED` or `REMOVED` | ||
|
||
|
||
## Other Projects from Fairwinds | ||
|
||
Enjoying Pluto? Check out some of our other projects: | ||
* [Polaris](https://github.com/FairwindsOps/Polaris) - Audit, enforce, and build policies for Kubernetes resources, including over 20 built-in checks for best practices | ||
* [Goldilocks](https://github.com/FairwindsOps/Goldilocks) - Right-size your Kubernetes Deployments by compare your memory and CPU settings against actual usage | ||
* [Nova](https://github.com/FairwindsOps/Nova) - Check to see if any of your Helm charts have updates available | ||
* [rbac-manager](https://github.com/FairwindsOps/rbac-manager) - Simplify the management of RBAC in your Kubernetes clusters | ||
|
||
## Fairwinds Insights | ||
|
||
If you're interested in running Pluto in multiple clusters, | ||
tracking the results over time, integrating with Slack, Datadog, and Jira, | ||
or unlocking other functionality, check out | ||
[Fairwinds Insights](https://www.fairwinds.com/pluto-users-insights?utm_source=pluto&utm_medium=pluto&utm_campaign=pluto), a platform for auditing and enforcing policy in Kubernetes clusters. |