Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Containers, Kubernetes, Docker and related technologies.

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.

CI/CD for Microservices Best Practices on DevOps.com

You have finally split your big monolith into microservices. Now what? How do you validate a more complex application? And how do you make it scale? Instead of having one CI/CD pipeline, you have multiple. And as the number of microservices increases so does the number of pipelines. Managing pipelines for microservice applications can quickly get out of hand, especially when you try to reuse common pipeline parts between different applications.

Why you should be using Multi-Stage Docker Builds in 2019

Docker multi-stage builds were announced 2 years ago, but sadly not all developers are using them. Using multi-stage builds can result in a much more secure and smaller Docker image. In some cases, you can take a Docker image from 700MB to 20MB, which makes a big difference in the context of CI/CD. In this webinar, we will see how to use multi-stage Docker builds and the best practices around them.

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.