Added kubernetes and .obsidian

This commit is contained in:
2026-01-07 22:41:20 +00:00
parent 8cabca0633
commit 9f2c921546
10 changed files with 2344 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
# Kubernetes
"[Kubernetes](https://kubernetes.io/docs/concepts/overview/), also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications." - [kubernetes.io](https://kubernetes.io/)
## Nodes
### Control Planes
| Name | IP | CPU | RAM (GB) | |
| --------- | ----------- | --- | -------- | --- |
| k3s-cp-01 | 10.20.40.11 | | 8 | |
| k3s-cp-02 | 10.20.40.12 | | 8 | |
| k3s-cp-03 | 10.20.40.13 | | 8 | |
### Workers
| Name | IP | CPU | RAM (GB) | |
| ------------- | ----------- | --- | -------- | --- |
| k3s-worker-01 | 10.20.40.21 | | 48 | |
| k3s-worker-02 | 10.20.40.22 | | 16 | |
| k3s-worker-03 | 10.20.40.23 | | 16 | |