We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114d644 commit 2786151Copy full SHA for 2786151
1 file changed
Kubernetese/kubeIntroduction
@@ -0,0 +1,18 @@
1
+Docker swarm.
2
+ create a cluster of machines - swarm cluseter: manager and worker nodes
3
+ manger and worker both take the load, replicas are created on MANAGER node as well as worker node
4
+ > with 1 GB nodes we can create a cluster
5
+ > that can orchestrate docker container only
6
+ > Bridge/ Overlay n/w
7
+
8
+Kubernetes:
9
10
+ you have cluster of machine : cluster of menions : kube or k8s cluster
11
+ MASTER and SLAVE and in k8s MASTER will not take any replicas, all replicas will be on slaves
12
+ > high configuration machine to create the master and slave, atleast 4GB & 2 CPU core
13
+ > can orchestrate containers of any type:
14
+ > docker
15
+ > RKT
16
+ > CRIO
17
+ > Container-D
18
+ > we have to set up our n/w in K8s : CNI
0 commit comments