Difference between revisions of "IT-SDK-Kubernetes-YAML"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Linux-Admin)
Line 15: Line 15:
 
</pre>
 
</pre>
  
== Linux-Admin ==
 
<pre class="code">
 
</pre>
 
  
== Linux-Admin ==
+
 
<pre class="code">
+
== Introduction
</pre>
+
== 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