From fd4f9e005b373081315859d7e0b0f8c3d1aa5274 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Mon, 24 May 2021 17:11:27 -0400 Subject: [PATCH] Update README.md (#168) --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a796930..660bca1e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ 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 `opensource@fairwinds.com`, 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! ## Documentation Check out the [documentation at docs.fairwinds.com](https://pluto.docs.fairwinds.com) @@ -38,3 +40,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.