Skip to content

Commit

Permalink
add back FAQ link (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Jun 7, 2021
1 parent 062319c commit 5d9bbbb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/.vuepress/config-extras.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ module.exports = {
title: "Advanced Usage",
path: "/advanced",
},
{
title: "FAQ",
path: "/faq",
},
{
title: "Contributing",
children: [
Expand Down
24 changes: 21 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `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!


## Purpose
Expand All @@ -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.

0 comments on commit 5d9bbbb

Please sign in to comment.