Skip to content

kubermatic/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

590a678 · Apr 29, 2025
Apr 29, 2025
Apr 15, 2025
Aug 18, 2020
Aug 7, 2023
Apr 24, 2025
Oct 16, 2024
Nov 5, 2024
Sep 30, 2024
Sep 30, 2024
Dec 10, 2024
Feb 14, 2024
Aug 18, 2020
Aug 18, 2020
Nov 27, 2019
Aug 18, 2020
Mar 26, 2025
Jun 27, 2020
Dec 13, 2023
Mar 3, 2025
Mar 6, 2024
Mar 6, 2024
Oct 11, 2024
Oct 20, 2023
Jul 25, 2024
Aug 7, 2023

Repository files navigation

Kubermatic Products Documentation

Kubermatic Kubernetes Platform is a Cluster-as-a-Service platform and KubeOne is used to manage highly available Kubernetes clusters are Kubermatic products that provides managed Kubernetes for your infrastructure.

These products allow you to set up Kubernetes clusters easily and make sure that your clusters are available and up-to-date at all times, thus allowing you to focus on developing your services.

Generate the Docs locally

You will need to download and install the hugo static website engine to generate the documentation. Please note: you need to install the extended version of Hugo for building a website locally.

Clone the repository to your local device and create a new feature branch.

git clone https://github.com/kubermatic/docs
git checkout -b my-new-contribution

Generate and serve the documentation at localhost:1313:

hugo server -b http://localhost:1313 -w

For further information please have a look at our contribution guide here.

Contributing

Thanks for taking the time to join our community and start contributing!

Feedback and discussion are available on the mailing list.

Before you start

  • Please familiarize yourself with the Code of Conduct before contributing.
  • See CONTRIBUTING.md for instructions on the developer certificate of origin that we require.

Pull requests

  • We welcome pull requests. Feel free to dig through the issues and jump in.