Skip to content

Commit

Permalink
Updating capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
konstructcarrie committed Oct 1, 2024
1 parent ac6534a commit 0f12317
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"Kubefirst"
]
}
2 changes: 1 addition & 1 deletion docs/common/gitops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The benefit of defining your desired state in a declarative way in Git is enormo

- An audit log of every system change including who made and who approved the change is available.
- A secure main branch of the GitOps repository makes for very easy security and approval controls for system changes.
- Easy to understand rollbacks (just revert the Git commit that caused the problem and you'll be on the last version).
- Easy to understand rollbacks (just revert the Git commit that caused the problem and you'llhttp://localhost:3000/docs/#what-is-kubefirst be on the last version).
- The declarative state in Git significantly reduces the complexity of disaster recovery.
- Creating new environments is as straight-forward as duplicating directory structures.
- Having everything declared in the GitOps repository means everyone can agree to the source of truth for every version of every app.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import VultrHeader from './img/vultr/header.svg';

# kubefirst Platforms

## What is kubefirst?
## What is Kubefirst?

kubefirst is a free, fully automated, and instantly operational open source platform that includes some of the most popular open source tools available in the Kubernetes space, all working together in a click.
Kubefirst is a free, fully automated, and instantly operational open source platform that includes some of the most popular open source tools available in the Kubernetes space, all working together in a click.

By running our installer in your cloud, you'll get a GitOps cloud management and application delivery ecosystem complete with automated Terraform workflows, Vault secrets management, GitLab or GitHub integrations with Argo, and a demo application that demonstrates how it all pieces together.

Expand Down

0 comments on commit 0f12317

Please sign in to comment.