Cloud Computing

This section covers cloud infrastructure, containerization, and storage basics.

Articles

Garage S3 Introduction and Usage Guide

Garage is an open-source distributed object storage platform that implements the Amazon S3 API. It allows users to store data on their own infrastructure while still using S3-compatible tools and w…

Training

Kubernetes Introduction Guide

Kubernetes is an open-source container orchestration system originally released by Google. It manages containerized applications across many machines and provides automation for scheduling, scaling…

Training

Introduction to Container (Docker)

HackMD Link The difference between Operating System,Virtual Machine and Container: A container is a lightweight, portable unit that packages an application together with all its dependencies (libra…

Training