Skip to content

kubernetes-go/getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Kubernetes

Website GitHub license GitHub stars

Overview

Welcome to the Getting Started with Kubernetes repository! This repository contains the source code for KuberGuide Documentation, a static documentation website built using the Hugo framework. Our goal is to provide comprehensive guides and tutorials to help users build and manage their own self-hosted Kubernetes clusters.

About This Project

This project aims to make it easier for anyone to get started with Kubernetes by providing step-by-step instructions and detailed guides on setting up and managing a self-hosted Kubernetes cluster. We believe that learning Kubernetes from the ground up by building your own cluster can be an incredibly rewarding experience and can help deepen your understanding of this powerful orchestration platform.

Features

  • Comprehensive Guides: Detailed tutorials on setting up and managing a Kubernetes cluster.
  • Static Site: Built with Hugo, making it fast, flexible, and easy to update.
  • Community Driven: Contributions and feedback from the community are welcome.

Getting Started

To get started with the documentation site, you'll need to have Hugo installed. Follow the steps below to clone the repository and run the site locally:

Prerequisites

Clone the Repository

git clone https://github.com/kubernetes-go/getting-started.git
cd getting-started
git submodule update --init --recursive
cd ./guide
hugo serve --bind 0.0.0.0 --baseURL http://0.0.0.0:1313  --port 1313

Open your browser and visit http://localhost:1313 to see the site in action.

Contributing

We welcome contributions from the community! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

  • Fork the repository
  • Create a new branch (git checkout -b feature-branch)
  • Make your changes
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin feature-branch)
  • Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Thank you for visiting and happy learning!

About

Start by set up a kubernetes cluster.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages