Cloud Native Live: Building the Telegraf Kubernetes Operator
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…
Avoiding Kubernetes cluster outages with synthetic monitoring
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…
Kubernetes Training Partners (KTP)
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…
Application consistency in Kubernetes
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….
Container Journal: “Introduction to the Kubernetes Cluster API”
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…
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…
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…
Implementing traffic policies in Kubernetes
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…
CNCF On-Demand Webinar: How to share a Kubernetes cluster securely through Lens spaces
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,…
Advanced Kubernetes pod to node scheduling
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…