-
Notifications
You must be signed in to change notification settings - Fork 1
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
24 changed files
with
396 additions
and
128 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// Define CSS variables | ||
:root { | ||
--condensed-font-family: "Oswald", "Impact", "Arial Black", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, | ||
Ubuntu; | ||
--rounded-font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, Roboto, | ||
Ubuntu, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | ||
|
||
--text-color: var(--black); | ||
--black: #000000; | ||
--white: #ffffff; | ||
--link-color: var(--primary-600); | ||
--menu-link-color: var(--black); | ||
--menu-link-color-hover: var(--gray-800); | ||
--footer-link-color: var(--white); | ||
--footer-link-color-hover: var(--primary-400); | ||
--gutter: 25px; | ||
--container-width: 1200px; | ||
--content-width: 895px; | ||
|
||
--primary-400: #1A5CE6; | ||
--primary-600: #a08794; | ||
--primary-700: #1A5CE6; | ||
--primary-800: #bb7e8c; | ||
|
||
--gray-200: #eaecf0; | ||
--gray-300: #e5e5e5; | ||
--gray-400: #e4e4e4; | ||
--gray-600: #b1b1b1; | ||
--gray-700: #767676; | ||
--gray-800: #5f6367; | ||
} | ||
|
||
// Define SCSS variables. | ||
$desktop-width: calc(1200px + 25px + 25px); | ||
$min-desktop: 1000px; | ||
$mobile-max: 999px; |
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 |
---|---|---|
@@ -1,105 +1,57 @@ | ||
en: | ||
languageName: English | ||
weight: 1 | ||
### copyright (markdown can be used) ### | ||
copyright: "Copyright © {{< current_year >}} Company Name. All Rights Reserved. [Dot Org Theme](https://github.com/cncf/dot-org-hugo-theme) for Hugo by [CNCF](https://www.cncf.io)." | ||
title: "Site Title" | ||
description: "Site Description" | ||
copyright: "Copyright © K8up Authors {{< current_year >}}. Documentation distributed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) -- Copyright © {{< current_year >}} The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our [Trademark Usage](https://www.linuxfoundation.org/legal/trademark-usage) page. -- [Dot Org Theme](https://github.com/cncf/dot-org-hugo-theme) for Hugo by [CNCF](https://www.cncf.io)." | ||
title: "K8up - Kubernetes Backup Operator" | ||
description: "Kubernetes Backup Operator" | ||
params: | ||
### accessibility ### | ||
accessibility: | ||
skip_text: "Skip to content" | ||
help_text: "Accessibility Statement" | ||
help_url: "/example-page/" | ||
### calls to action ### | ||
main_cta: | ||
text: "Join" | ||
link: "/example-page/" | ||
text: "Getting Started" | ||
link: "https://k8up.io/k8up/2.8/tutorials/tutorial.html" | ||
footer_cta: | ||
text: "Join us" | ||
link: "/example-page/" | ||
text: "GitHub" | ||
link: "https://github.com/k8up-io/" | ||
github_edit: "Edit this page on GitHub" | ||
### example menu showing children ### | ||
|
||
menu: | ||
main: | ||
- identifier: "about" | ||
name: "About" | ||
url: "/example-page/" | ||
weight: 1 | ||
- identifier: "child-1" | ||
name: "Example Child Page" | ||
url: "/example-page/" | ||
weight: 1 | ||
post: "Lorem ipsum dolor sit amet consectetuer adipiscing elit aenean commodo." | ||
parent: "about" | ||
- identifier: "child-2" | ||
name: "Example Child Page" | ||
url: "/example-page/" | ||
weight: 2 | ||
post: "Aenean commodo ligula get dolor. Aenean massa." | ||
parent: "about" | ||
- identifier: "child-3" | ||
name: "Example Child Page" | ||
url: "/example-page/" | ||
weight: 3 | ||
post: "Nulla consequat massa quis enim. Donec pede justo." | ||
parent: "about" | ||
- identifier: "example" | ||
name: "Example" | ||
url: "/example-page/" | ||
weight: 2 | ||
- identifier: "example-1" | ||
name: "Example Child Page" | ||
url: "/example-page/" | ||
weight: 1 | ||
post: "Lorem ipsum dolor sit amet consectetuer adipiscing elit aenean commodo." | ||
parent: "example" | ||
- identifier: "example-2" | ||
name: "Example Child Page" | ||
url: "/example-page/" | ||
weight: 2 | ||
post: "Nulla consequat massa quis enim. Donec pede justo." | ||
parent: "example" | ||
- identifier: "example-3" | ||
name: "Example Child Page" | ||
url: "/example-page/" | ||
weight: 3 | ||
post: "Aenean commodo ligula get dolor. Aenean massa. " | ||
parent: "example" | ||
- identifier: "demo-page" | ||
name: "Demo Page" | ||
url: "/demo-page/" | ||
weight: 3 | ||
- identifier: "faq" | ||
name: "FAQs" | ||
url: "/faq/" | ||
weight: 4 | ||
- identifier: "blog" | ||
name: "Blog" | ||
url: "/blog/" | ||
weight: 5 | ||
es: | ||
languageName: Spanish | ||
contentDir: content/es | ||
weight: 2 | ||
title: "Título del Sitio" | ||
description: "Descripción del Sitio" | ||
menu: | ||
main: | ||
- identifier: "about" | ||
name: "Acerca de" | ||
url: "/example-page/" | ||
weight: 1 | ||
- identifier: "child-1" | ||
name: "Página Hija de Ejemplo" | ||
url: "/example-page/" | ||
weight: 1 | ||
parent: "about" | ||
- identifier: "faq" | ||
name: "FAQs" | ||
url: "/faq/" | ||
weight: 3 | ||
- identifier: "blog" | ||
name: "Blog" | ||
url: "/blog/" | ||
weight: 2 | ||
- identifier: "docs" | ||
name: "Documentation" | ||
url: "https://docs.k8up.io/" | ||
weight: 1 | ||
- identifier: "community" | ||
name: "Community" | ||
weight: 2 | ||
- identifier: "about" | ||
name: "About" | ||
url: "/community/" | ||
weight: 1 | ||
parent: "community" | ||
- identifier: "contrib" | ||
name: "Contribution Guide" | ||
url: "/contrib/" | ||
weight: 2 | ||
parent: "community" | ||
- identifier: "coc" | ||
name: "Code of Conduct" | ||
url: "/coc/" | ||
weight: 3 | ||
parent: "community" | ||
- identifier: "security" | ||
name: "Vulnerability Reporting" | ||
url: "/vulnerabilities/" | ||
weight: 4 | ||
parent: "community" | ||
- identifier: "visual" | ||
name: "Visual Design" | ||
url: "/visual/" | ||
weight: 5 | ||
parent: "community" | ||
- identifier: "github" | ||
name: "GitHub" | ||
url: "https://github.com/k8up-io/k8up" | ||
weight: 3 | ||
- identifier: "roadmap" | ||
name: "Roadmap" | ||
url: "https://github.com/k8up-io/k8up/milestones" | ||
weight: 4 |
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 |
---|---|---|
@@ -1,4 +1 @@ | ||
######################## development configuration #################### | ||
# The base URL of your site (required). This will be prepended to all relative URLs. | ||
baseURL: http://localhost:1313/ | ||
|
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 |
---|---|---|
@@ -0,0 +1,77 @@ | ||
--- | ||
title: K8up | ||
description: Welcome to K8up - a Kubernetes Backup Operator | ||
--- | ||
|
||
## Kubernetes Backup Operator | ||
|
||
{{< intro >}} | ||
K8up (pronounced /keɪtæpp/ or simply "ketchup") is a Kubernetes Operator distributed via a [Helm chart](https://github.com/k8up-io/k8up/tree/master/charts/k8up), compatible with [OpenShift](https://www.openshift.com/) and plain [Kubernetes](https://kubernetes.io/). | ||
{{< /intro >}} | ||
|
||
{{< cards count=3 >}} | ||
|
||
{{< card >}} | ||
## Self-Service | ||
User self-service for backup and restore operations | ||
{{< /card >}} | ||
|
||
{{< card >}} | ||
## Multi-Tenancy | ||
Fully multi-tenant way to allow backups and restore | ||
{{< /card >}} | ||
|
||
{{< card >}} | ||
## Metrics Included | ||
See how your backups do and alert on misbehaviour | ||
{{< /card >}} | ||
|
||
{{< /cards >}} | ||
|
||
{{< cards count=3 >}} | ||
|
||
{{< card >}} | ||
## Application Aware | ||
Create application consistent backups | ||
{{< /card >}} | ||
|
||
{{< card >}} | ||
## Data Archival | ||
Regularly creation of data archivals to long term storage | ||
{{< /card >}} | ||
|
||
{{< card >}} | ||
## Mulitple Backup Targets | ||
Restic is used under the hood, support S3, SFTP, Rest, Local and many other targets | ||
{{< /card >}} | ||
|
||
{{< /cards >}} | ||
|
||
## Facts | ||
|
||
{{< columns >}} | ||
{{< column >}} | ||
It allows cluster operators to: | ||
|
||
* Backup all PVCs marked as `ReadWriteMany`, `ReadWriteOnce` or with a specific label. | ||
* Perform individual, on-demand backups. | ||
* Schedule backups to be executed on a regular basis. | ||
* Schedule archival (for example to AWS Glacier), usually executed in longer intervals. | ||
* Perform "Application Aware" backups, containing the output of any tool capable of writing to `stdout`. | ||
* Check the backup repository for its integrity. | ||
* Prune old backups from a repository. | ||
* Restore backups with the help of the k8up CLI tool. | ||
{{< /column >}} | ||
{{< column >}} | ||
K8up is: | ||
|
||
* Stable and production ready since 2019. | ||
* Based on top of [Restic(https://restic.readthedocs.io/)], it can store backups in any S3-compatible storage, such as Amazon S3 or [Minio](https://github.com/minio/minio). | ||
* Written in [Go](https://golang.org/). | ||
* A [CNCF Sandbox](https://www.cncf.io/sandbox-projects/) Open Source project, [hosted at GitHub](https://github.com/k8up-io/k8up). | ||
{{< /column >}} | ||
{{< /columns >}} | ||
|
||
{{< spacer >}} | ||
|
||
{{< img src="/images/cncf.svg" >}} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Code of Conduct | ||
description: The K8up community CoC | ||
--- | ||
|
||
To learn more about our Code of Conduct, please consult the [CODE_OF_CONDUCT.md](https://github.com/k8up-io/k8up/blob/master/CODE_OF_CONDUCT.md) file. |
Oops, something went wrong.