EMEzemba marvellousincloud-ops.hashnode.dev·Jan 3, 2023 · 2 min readWelcome To Devops-room.Firstly, I would love to welcome you all to this little community and I hope you will learn a lot about DevOps and every technology in it. Here, it doesn't matter if you're a novice or an expert, we are all still learning, This community was made to ...00
EMEzemba marvellousincloud-ops.hashnode.dev·Dec 24, 2022 · 2 min readKubernetes Service and Ingress. Pt2This is a continuation to my previous article published earlier, don’t worry about missing the first part, follow this link https://cloud-ops.hashnode.dev/kubernetes-service-and-ingress-pt1 . We previously discussed creating an Nginx-ingress deployme...00
EMEzemba marvellousincloud-ops.hashnode.dev·Dec 16, 2022 · 4 min readKUBERNETES SERVICE AND INGRESS -Pt1.INTRODUCTION Before we dive into ingress in Kubernetes, we will take a brief stop on services in Kubernetes. Services enable communication between objects within and outside a k8s cluster. Objects within a cluster can be pods, service accounts daemon...00
EMEzemba marvellousincloud-ops.hashnode.dev·Dec 16, 2022 · 3 min readHow to create a Linux network namespace.This is just a simple illustration on how to create to network namespaces and linking them to a bridge network. The bridge network can also accomodate a large number of other network namespaces. The bridge network can also be used as a connectivity g...00
EMEzemba marvellousincloud-ops.hashnode.dev·Oct 16, 2022 · 4 min readBasic use of YAML in kubernetesWhat is a YAML file? Wikipedia termed YAML as a data serialization language, which is true but if I were to define YAML to a five-year-old I would say it's simply a configuration file that is easily readable by all programming languages and humans. ...00