Documentation
Comprehensive guides and resources to help you build amazing things

Kubernetes
Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It provides a framework for running distributed systems resiliently, with features such as service discovery, load balancing, storage orchestration, automated rollouts and rollbacks, and self-healing capabilities.

Linux
Linux is an open-source operating system kernel that serves as the foundation for a wide range of operating systems, known as Linux distributions. It is known for its stability, security, and flexibility, making it a popular choice for servers, desktops, and embedded systems.

Docker
Docker is an open-source platform that enables developers to automate the deployment, scaling, and management of applications using containerization. It allows applications to be packaged with all their dependencies into a standardized unit called a container, which can run consistently across different environments.

Git
Git is a distributed version control system that allows developers to track changes in their codebase, collaborate with others, and manage different versions of their projects. It provides features such as branching, merging, and commit history, making it an essential tool for software development.