Search results for: kubernetes


Cloud Native Live: Building the Telegraf Kubernetes Operator

Posted on August 10, 2021

Does your application expose Prometheus metrics? Then using the Telegraf Kubernetes Operator will enable Telegraf to scrape those metrics and store them in your InfluxDB instance. In this live session, the maintainers of the Telegraf Kubernetes Operator (Wojciech,…


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…


Kubernetes Training Partners (KTP)

Posted on August 9, 2021

Individuals or corporations who are looking for specialized training that maps directly to the Certified Kubernetes Administrator (CKA) and Certified Kubernetes Application Developer (CKAD) exams can choose from a list of KTPs who have passed this highly-rigorous qualification…


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…


CNCF On-Demand Webinar: How to share a Kubernetes cluster securely through Lens spaces

Posted on July 28, 2021

Setting up a Kubernetes service has become relatively easy, whether on-premise or in public cloud services. However, giving secure access to developers can be a painful process involving cluster certificates, access management systems, complex identity management, networking setup,…


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…