Difference between revisions of "IT-SDK-Kubernetes-YAML"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) (→Linux-Admin) |
Samerhijazi (talk | contribs) |
||
| Line 15: | Line 15: | ||
</pre> | </pre> | ||
| − | |||
| − | |||
| − | |||
| − | == | + | |
| − | + | == Introduction | |
| − | + | == Basics of Kubernetes | |
| + | == Installation and Configuration | ||
| + | == Kubernetes Architecture | ||
| + | == APIs and Access | ||
| + | == API Objects | ||
| + | == Managing State With Deployments | ||
| + | == Services | ||
| + | == Volumes and Dat | ||
| + | == Ingress | ||
| + | == Scheduling | ||
| + | == Logging and Troubleshooting | ||
| + | == Custom Resource Definition | ||
| + | == Helm | ||
| + | == Security | ||
| + | == High Availability | ||
Revision as of 22:27, 28 October 2019
Sammlung
- Installation-Tools: kubeadm
- SysReq: Master(3v CPU, 4G MeM, 5G Disk); Worker(1v CPU, 2G MeM, 5G Disk)
Linux-Admin
$ vi /etc/sudoers.d # student ALL=(ALL) ALL $ PATH=$PATH:/usr/sbin:/sbin $ tar -xvf filename
Linux-Admin
== Introduction == Basics of Kubernetes == Installation and Configuration == Kubernetes Architecture == APIs and Access == API Objects == Managing State With Deployments == Services == Volumes and Dat == Ingress == Scheduling == Logging and Troubleshooting == Custom Resource Definition == Helm == Security == High Availability