Operations | Monitoring | ITSM | DevOps | Cloud

May 2020

Delivering Inspiring Retail Experiences with Rancher

When it comes to deciding where and how to shop for food, consumers have a choice. And it may only take one negative experience with a retailer for a consumer to take their business elsewhere. For food retail leader Albert Heijn, customer satisfaction and innovation at its 950+ retail stores and e-commerce site are driving forces.

Schedule Security Scans in Rancher 2.4

Rancher 2.4, the latest release of Rancher’s Kubernetes management platform, includes a new CIS security scanning feature. The Center for Internet Security publishes more than 100 benchmarks for Kubernetes, which are considered the default standard benchmark for defining security of Kubernetes clusters. With Rancher 2.4, CIS scanning is an integrated part of the Rancher UI itself for RKE clusters. If you create or import any RKE cluster via Rancher, CIS Scan will work flawlessly.

KMC - Windows Kubernetes Cluster Support in Rancher 2.4 - 2020-05-20

Windows containerization efforts continue to grow and deploying workloads on a hybrid Kubernetes cluster might soon be in your future. Rancher fully supports creating and managing Windows Clusters today and we would like to show you how it could look like within your organization.

GitOps with Microsoft Azure Arc and Rancher

The promise of Kubernetes is to empower your organization to quickly deliver applications and services to your customers. Delivering fast cycle time and innovation requires developers and operators to collaborate effectively to ensure safety while moving fast. The GitOps methodology has taken hold in the Kubernetes ecosystem to deliver on this promise. What is GitOps? GitOps provides a mechanism to safely deploy Kubernetes manifests stored in a Git repository.

KMC - GitOps in a Hybrid Cloud, Multi-Cluster Kubernetes Setup

How do you make sure your clusters are up to date and running the right version of your releases and policies? Doing this by hand can be very hard and time consuming. GitOps helps to solve this issue by allowing you to operationalize your Git repos and ensure that what you have in Git is what is being deployed to your clusters regardless of where they are.

Introducing Rancher Academy

Today we launched the Rancher Academy, our new free training portal. The first course is Certified Rancher Operator: Level 1, and in it you’ll learn exactly how to deploy Rancher and use it to deploy and manage Kubernetes clusters. This professional certification program is designed to help Kubernetes practitioners demonstrate their knowledge and competence with Kubernetes and Rancher – and to advance in their careers.

Welcome to the Rancher Academy!

Today we're launching the inaugural course of the new Rancher Academy: Certified Rancher Operator: Level 1. In this course you'll learn and demonstrate the skills to install Rancher, install downstream Kubernetes clusters, and interact with them from the perspective of a user and an operator. The course ends with a final assessment, and when you pass, you'll receive a certificate from Rancher Labs that will help you advance your career.

Introduction to Machine Learning Pipelines with Kubeflow

For teams that deal with machine learning (ML), there comes a point in time where training a model on a single machine becomes untenable. This is often followed by the sudden realization that there is more to machine learning than simply model training. There are a myriad of activities that have to happen before, during and after model training. This is especially true for teams that want to productionize their ML models.

Rancher Meetup - May 2020 - Simplifying Your Cloud-Native Development Workflow With K3s, K3c and K3d

In this meetup Rancher founder Darren Shepherd joins Bill Maxwell, Jacob Blain Christen, and Thorsten Klein as they show the current state of K3s, K3c, and K3d and discuss the future of these powerful projects.

Run Rancher 2.4 in Azure with K3s and MySQL

This article will describe the process of installing Rancher 2.4 on a highly available K3s Kubernetes cluster in Microsoft Azure. It will also take advantage of Microsoft Azure Database for MySQL, which removes the dependency on etcd and provides us all the additional features that Azure delivers with this service. You will learn how to deploy the infrastructure to support this pattern using only the Azure Cloud Shell.

3 Ways to Run Kubernetes on AWS

Kubernetes is hugely popular and growing, and is primarily used on the cloud — 83 percent of organizations included in a large CNCF survey said they run Kubernetes on at least one public cloud. Amazon is a natural option for Kubernetes clusters, due to its mature and robust infrastructure, and a variety of deployment options with a varying degree of automation.

Master Class - PCI Compliance and Vulnerability Management for Kubernetes - 2020-05-05

This is the Rancher Master Class with NeuVector that was held on May 5, 2020. In it NeuVector talks about the challenges with PCI-DSS compliance when working with Kubernetes and presents strategies for securing containers and content, both using OSS tools and with their paid solutions.

Kubernetes and the Enterprise Knowledge Graph

In today’s enterprises, we spend much of our time dealing with information, whether it’s data, knowledge or analytics. Just like the assembly line workers of last century, today’s knowledge workers deal with similar logistics of taking raw materials as an input and producing a finished product as an output. Only in this case, the raw material is all the unorganized and sometimes random information at our disposal, and the finished product is structured information.

Deploying Citrix Ingress Controller via the Rancher Catalog

Citrix Ingress Controller is an emerging enterprise-grade ingress controller for load balancing microservices in the Kubernetes environment. It provides advanced load balancing, rewrite/responder policy support, advanced content routing, SSL/TLS support, TCP/UDP protocol support, Canary deployment support and much more. In this article, we will discuss different deployment modes for Citrix Ingress Controller and deploy it via the Rancher catalog.

Stateful Kubernetes Workloads on vSphere with RKE

Stateful workloads in Kubernetes need to be able to access persistent volumes across the cluster. Storage Classes represent different storage types in Kubernetes. A storage provisioner backs each storage class. Most commonly used cloud providers have storage provisioners, which offer different capabilities based on the underlying cloud. There are also a wide variety of storage provisioners available to Kubernetes, based on the cloud provider in use.