Certified Kubernetes Application Developer (CKAD)
CKAD is an online tests with problems to be solved by a command line tool. Here are the tips of the test.
Continue reading “Kubernetes – CKAD Tips”Ideas through Technologies
Certified Kubernetes Application Developer (CKAD)
CKAD is an online tests with problems to be solved by a command line tool. Here are the tips of the test.
Continue reading “Kubernetes – CKAD Tips”Matter is anything that has mass and occupies space – Solid, Liquid, and Gas. Mass is the measure of the amount of matter present.
Continue reading “Chemistry – Matter”A Service is an abstraction which defines a logical set of Pods and a policy by which to access them (sometimes this pattern is called a micro-service).
Through services, you can expose applications running in a pod.
Pods are created and deleted dynamically so that it is not practical to communicate with pods directly. A service expose a set of pods and provides the load-balancing of the traffic across them.
A Deployment provides declarative updates for Pods and ReplicaSets.
Pods are the smallest deployable units of computing that you can create and manage in Kubernetes.
Kubernetes coordinates a highly available cluster of computers that are connected to work as a single unit. Kubernetes automates the distribution and scheduling of application containers across a cluster in an efficient way.
You need to set up the cluster: Master node and Worker nodes.
Installing Docker on Linux can be tricky. Follow the instructions step by step.