Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

It Takes a Village

Rancher Rodeos are great events for learning Kubernetes and Rancher beginner-level concepts, with attendees gaining just the right amount of knowledge to get started with provisioning Kubernetes clusters and launching applications. I present frequently at Rodeos, and the scene typically unfolds like this: together with attendees, we are walking through Rancher features, and usually as we’re experimenting with Monitoring, Alerting, and Logging, I see the wheels start turning in their heads.

Announcing The Rancher Trusted Ranch Hand Program

The Rancher community is 30,000+ strong and growing fast! In order to continue growing and nurturing our vibrant open source community, we’ve created the Trusted Ranch Hand Program. Trusted Ranch Hands are a select group of knowledgeable ranchers ready, willing, and able to help other Ranchers as we all adopt DevOps practices and principles using Rancher, Kubernetes, and related technologies that help us all Run Kubernetes Everywhere!

Helping solve the Kubernetes challenge: Sumo Logic at the helm

Unless you have been living under a rock, you have probably heard of Kubernetes, the open source container orchestration governed by the Cloud Native Computing Foundation. Kubernetes helps you focus on your applications by providing powerful abstractions and help solves many of the challenges of managing, deploying and scaling your containerized applications.

Reimaging Observability: Announcing Sumo Logic's new Kubernetes Solution

The history of technology, and Enterprise IT, in particular, is a story of trends colliding with trends. In the case of Kubernetes, we have the intersecting trends of cloud, microservices, and containerization adoption. The orchestration platform born in the juggernaut that is Google has become the focal point for all 3 of these trends. And why do companies care? Because it is life and death.

How to monitor Oracle's Kubernetes Engine with Datadog

Oracle’s Container Engine for Kubernetes (OKE) is a service that helps you deploy, manage, and scale Kubernetes clusters in the cloud. With OKE, organizations can build dynamic containerized applications by incorporating Kubernetes with services running on their Oracle Cloud Infrastructure. We’ve partnered with Oracle so that you can use the Datadog Agent to get comprehensive visibility into your Kubernetes clusters on Oracle Cloud Infrastructure.

Getting Started Using Cycle.io's API With NodeJS

The recent public release of Cycle’s API has already seen all sorts of innovative uses, from automating the deployments of medical applications, to creating customized monitoring services to track specific performance metrics. Everything you can do in the portal can also be accomplished via the API — it’s actually the exact same API we used to build the portal!

Prevent DNS (and other) spoofing with Calico

AquaSec’s Daniel Sagi recently authored a blog post about DNS spoofing in Kubernetes. TLDR is that if you use default networking in Kubernetes you might be vulnerable to ARP spoofing which can allow pods to spoof (impersonate) the IP addresses of other pods. Since so much traffic is dialed via domain names rather than IPs, spoofing DNS can allow you to redirect lots of traffic inside the cluster for nefarious purposes.

Setting up a CI/CD pipeline with Jenkins, Nexus, and Kubernetes

This is the first in a series of tutorials on setting up a secure production-grade CI/CD pipeline. We’ll use Kublr to manage our Kubernetes cluster, Jenkins, Nexus, and your cloud provider of choice or a co-located provider with bare metal servers. A common goal of SRE and DevOps practitioners is to enable development and QA teams. We developed a list of tools and best practices that will allow them to iterate quickly, get instant feedback on their builds and failures, and experiment.