++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Various option in building a Kubernetes cluster . There a lot of ways to setup Kubernetes We can setup locally on our laptops or on virtual machines using solutions like Minicube, or Micro k8s, The kubeadm tool is used to Bootstrap and manage production grade kubernetes clusters . There are also hosted solutions for Kubernetes cluster . In the cloud environment We also have a demo of provisioning kubernetes cluster on GCP . So you may really follow any of these approaches. As part of this course we give you a real Kubernetes cluster right in your browser with a click of a button without having to set anything up. We will use the Mini-Kube option which is the easiest way to get started with the Kubernetes system . Before we head to the demo , it is a good understand how it works , earlier we spoke abou...
ctr | nerctl | crictl What are these cli tools and which one should you be using. Kubernetes Introduced something called Container run time interface - CRI CRI Allowed any vendor to work as a container run time from kubernetes as long as they followed the standard as long as they adhered to the OCI standards. OCI : Stands for Open Container Initiative It consists of a image spec and a run time spec Image Spec : Is how an image should be built Runtime Spec : specified how a run time should be developed Keeping these standards in mind any one can build a run time . Therefore RKT and Container run time adhered to the OCI standards and were then supported as container run time for kubernetes via the CRI However Docker wasnt build to support the CRI standards . Docker was build way before CRI was introduced and Docker still was the dominant container tool used by most so Kubernetes had to continue to support docker as well . Therefore kubernetes in...
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ When to use a Dictonary and a List. Example of Dictionary inside another Dictornary. List of Dictornary. Dictionary is an unordered collection were as list is an ordered collection. The dictionary will still remain the same as long as the have the values no matter in which order. Whereas in the list The two items show in the lists are not the same. Any line begining with an # is considered to be a comment. 17. Introduction to coding exercises. 18 . Coding exercises - Answers Keys
Comments
Post a Comment