Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynwd/kube
Kubernetes Learning Notes
https://github.com/ynwd/kube
kubernetes
Last synced: about 12 hours ago
JSON representation
Kubernetes Learning Notes
- Host: GitHub
- URL: https://github.com/ynwd/kube
- Owner: ynwd
- Created: 2019-12-09T04:06:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T18:01:14.000Z (over 3 years ago)
- Last Synced: 2023-03-07T13:05:45.702Z (over 1 year ago)
- Topics: kubernetes
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Kubernetes Step by Step
![kubernetes](https://upload.wikimedia.org/wikipedia/commons/3/39/Kubernetes_logo_without_workmark.svg)
## Prasyarat
- Pastikan sudah mencoba dan memahami [Docker container](https://docs.docker.com/get-started/) terlebih dahulu.## Apa itu kubernetes
- Kubernetes adalah platform yang dipakai untuk mengatur dan mengelola [container](https://docs.docker.com/glossary/#container).## Langkah-langkah
- Instalasi Kubernetes
- [Instalasi di macOS](docs/000.md#instalasi-di-macos)
- [Instalasi di Ubuntu](docs/000.md#instalasi-di-ubuntu)
- Create Cluster
- [Create Cluster on macOS](docs/001.md#create-cluster-on-macos)
- [Create Cluster on Ubuntu](docs/001.md#create-cluster-on-ubuntu)
- [Hello World Pod](docs/002.md)
- [Node.js App Pod](docs/003.md)
- [Node.js App Deployment](docs/004.md)
- Networking Dasar
- [NodePort](docs/005.md)
- [LoadBalancer](docs/006.md)
- [ClusterIP](docs/007.md)