Tag: Kubernetes

Kubernetes Networking Guide {Definition & How to Implement}

June 7, 2022

Learn how Kubernetes networking works behind the scenes to automate requests and communication.

Read more

Kubernetes Service Discovery Guide

June 2, 2022

In this article, you will learn about how service discovery works through a hands-on example.

Read more

Jenkins vs. Kubernetes: What Is the Difference?

May 26, 2022

Learn about the difference between Kubernetes and Jenkins and how they can work together to create an automated DevOps pipeline.

Read more

Deploy and Manage Rancher Management Cluster with Workload Cluster in BMC

May 16, 2022

The BMC portal allows you to easily set up Rancher-managed Kubernetes clusters using Bare Metal Cloud servers. This tutorial guides you through the process of setting up a Rancher workload cluster alongside a management cluster using the BMC portal or the Rancher Solution API.

Read more

How to Delete a Kubernetes Namespace

May 5, 2022

Namespaces are Kubernetes objects that partition a cluster into virtual clusters. This article will cover the standard procedure for namespace removal and provide an additional method for troubleshooting problems concerning namespaces stuck in the terminating status.

Read more

How to Run MongoDB on Kubernetes

February 24, 2022

MongoDB is a general purpose, document-based NoSQL. This tutorial will teach you how to deploy MongoDB on Kubernetes as a standalone, local development instance, and as a replica set.

Read more

Setting up a Sandbox Environment on an S.0 BMC Instance

October 25, 2021

Developers of applications with low hardware requirements do not need high-performance servers. Instead, they can opt for cost-effective solutions providing high availability. Bare metal cloud technology allows you to delegate the critical testing work to affordable cloud instances. This article will show you how to set up a sandbox environment on a small server instance using Rancher and Kubernetes.

Read more

How to Deploy Redis Cluster on Kubernetes

September 30, 2021

Redis is an in-memory data store supporting multiple abstract data structures. Redis Cluster is a set of Redis instances that automatically shards data across nodes. This tutorial shows you how to deploy a Redis Cluster on Kubernetes.

Read more

Deploying MySQL on Kubernetes {Guide}

September 9, 2021

Deploying a functional database in a containerized environment can be a demanding task. This article will show you how to deploy a MySQL database instance on Kubernetes using persistent volumes, the feature that enables stateful apps to overcome the problem of the inherent transience of the K8s pods.

Read more

How to Deploy Elasticsearch on Kubernetes

September 8, 2021

The tutorial gives two examples for deploying Elasticsearch on seven dedicated pods. Learn how you can configure and create a custom Elasticsearch cluster on Kubernetes manually.

Read more