Operations | Monitoring | ITSM | DevOps | Cloud

April 2019

Load Balancing with Kubernetes: concepts, use cases, and implementation details

When it comes to containerizing user applications and deploying them on Kubernetes, it really comes down to 2 major parts - deploying the application and exposing it for access internally or externally. And as your application gets bigger, providing it with Load Balanced access becomes essential.

Announcing k3OS: A Kubernetes Operating System

Today we launched a new open source project called k3OS. K3OS is a Linux distro built for the sole purpose of running Kubernetes clusters. In fact, it is a Linux distro and the k3s Kubernetes distro in one! As soon as you boot up a k3OS node, you have Kubernetes up and running. When you boot up multiple k3OS nodes, they form a Kubernetes cluster. K3OS is perhaps the easiest way to stand up Kubernetes clusters on any server.

Using GitLab Auto DevOps with Kubernetes Through Rancher's Authorized Cluster Endpoint

In this post, we will walk through how to connect GitLab’s Auto DevOps feature with a Rancher-managed Kubernetes cluster, making use of a feature introduced in Rancher v2.2.0 called Authorized Cluster Endpoint. Readers can expect to walk away with an understanding of how GitLab integrates with Kubernetes and how Rancher simplifies this workflow with Authorized Cluster Endpoint.

Understanding the Kubernetes Node

With over 48,000 stars on GitHub, more than 75,000 commits, and with major contributors like Google and Red Hat, Kubernetes has rapidly taken over the container ecosystem to become the true leader of container orchestration platforms. Kubernetes offers great features like rolling and rollback of deployments, container health checks, automatic container recovery, container auto-scaling based on metrics, service load balancing, service discovery (great for microservice architectures), and more.

The era of multi-cluster multi-cloud Kubernetes has arrived!

Today Google announced Anthos, a new cloud service with the ability to manage Kubernetes clusters across multiple cloud providers, including AWS and Azure. This is super exciting news for Rancher. In Google Anthos, we see great alignment with Rancher’s vision. We believe Kubernetes will become the standardized infrastructure provided by all public and private clouds, and an enterprise Kubernetes platform must deliver multi-cluster, multi-cloud management.

Native Kubernetes Monitoring, Part 1: Monitoring and Metrics for Users

Kubernetes is an open-source orchestration platform for working with containers. At its core, it gives us the means to do deployments, easy ways to scale, and monitoring. In this article, we will talk about the built-in monitoring capabilities of Kubernetes and include some demos for better understanding.

April 2019 Online Meetup: An Introduction to the Features of Rancher 2.2

Your Kubernetes clusters need ongoing attention to stay healthy and perform at their best. Rancher 2.2 monitors, manages, backs up, and restores Kubernetes clusters. It features new tools for controlling applications deployed across multiple clusters, plus a host of new flexibility around ongoing operations. With solutions for edge, multi-tenant, and multi-cloud clusters, Rancher eliminates redundant work, lightens the workload of operations teams, and increases the reliability of Kubernetes clusters and the applications they run.

The Business Case for Container Adoption

Developers often believe that demonstrating the need for an IT-based solution should be very easy. They should be able to point to the business problem that needs a solution, briefly explain what technology should be selected, and the funds, staff, and computer resources will be provided by the organization. Unfortunately, this is seldom the actual process that is followed.

Deploying your Applications in a Repeatable Way on Kubernetes

Helm Charts have proven to be very useful for developers looking to create repeatable deployments of their applications. Rancher, with its built in Helm interface, allows developers to deploy their applications using Helm charts. This training will go over using Rancher's pre-provisioned catalog apps, as well as demonstrate the creation of metadata for custom catalog apps to provide the Rancher questions interface to users who wish to deploy their own Helm Charts.