Search results for: kubernetes


InfoWorld: “4 reasons to get Kubernetes-certified, and 4 reasons not to”

Posted on August 23, 2021

Container orchestration with Kubernetes is one of the most in-demand skills in technology today, but it is also hard, with many IT professionals deciding to pursue certifications to prove their chops. But are these certifications worth the time…


How to secure your Kubernetes control plane and node components

Posted on August 20, 2021 | By Amit Ashwini Bhagat

Guest post originally published on LOGIQ.AI ‘s blog by Amit Ashwini Bhagat, Head of Product Marketing at LOGIQ.AI Kubernetes is an open-source container orchestration platform designed to run distributed services and applications at scale. A K8s or Kubernetes…


SearchITOperations: KEDA project adds finesse to Kubernetes autoscaling

Posted on August 19, 2021

A new take on Kubernetes autoscaling gained momentum this week with promotion from sandbox to incubation within the Cloud Native Computing Foundation. To earn this promotion, Kubernetes Event-Driven Autoscaling (KEDA) passed a Cloud Native Computing Foundation (CNCF) due…


Avoiding Kubernetes cluster outages with synthetic monitoring

Posted on August 10, 2021 | By Ruturaj Kadikar

Guest post originally published on Infracloud’s blog by Ruturaj Kadikar What is synthetic monitoring? Synthetic monitoring consists of pre-defined checks to proactively monitor the critical elements in your infrastructure. These checks simulate the functionality of the elements. We…


Application consistency in Kubernetes

Posted on August 9, 2021

Guest post by Zerto Gone are the days that a backup of a virtual machine is enough for backing up an entire application. Applications, especially modern, cloud-native applications, span across virtual machines, containers and cloud services. Backing up…


Container Journal: “Introduction to the Kubernetes Cluster API”

Posted on August 3, 2021

Kubernetes use has expanded across DevOps to help with orchestrating container environments. In 2021, 68% of IT professionals increased their Kubernetes use. But as Kubernetes use rises, the next step is figuring out how to efficiently manage multiple…


Why Kubernetes was inevitable

Posted on August 2, 2021 | By Lars Larsson

Guest post originally published on Elastisys’ blog by Lars Larsson Do you feel that Kubernetes is too complicated? That it’s going to be a waste of time to learn it? I know from experience that you are not…


Success Story: Preparing for Kubernetes Certification Improves a Platform Development Engineer’s Skill Set

Posted on July 30, 2021

Guest post from LF Training & Certification Faseela K. is a platform development engineer with a background in open source networking. As she saw the use of containers growing more than the VMs she was working with, she…


Implementing traffic policies in Kubernetes

Posted on July 29, 2021

Guest post originally published on the Kong blog by Cody De Arkland, Kong When setting up Kubernetes for the first time, one of the networking challenges you might face is how to safely grant outside clients access to…


Advanced Kubernetes pod to node scheduling

Posted on July 27, 2021 | By Ben Hirschberg

Guest post by Ben Hirschberg, VP R&D & Co-founder, ARMO In Kubernetes, the task of scheduling pods to specific nodes in the cluster is handled by the kube-scheduler. The default behavior of this component is to filter nodes…