Tag: Kubernetes

Introduction to Kubernetes Persistent Volumes

January 27, 2020

Persistent Volumes are used in Kubernetes orchestration when you want to preserve the data in the volume even after a specific pod has finished claiming it. It is a way of connecting a container to external storage through a series of abstractions. Learn more about this useful Kubernetes feature here.

Read more

6 Kubernetes Security Best Practices: Secure Your Workloads

January 23, 2020

This article presents basic security principles such as defense-in-depth and restricted privilege. Learn how to apply these principles in a distributed system such as a Kubernetes cluster.

Read more

Building Optimized Containers for Kubernetes

December 18, 2019

Container deployment took the software development world by storm. Use the outlined guidelines and learn how to get the most out of the container images and Kubernetes. The more of these concepts you apply in practice, the more effective your system will be.

Read more

How to Install Kubernetes on a Bare Metal Server

November 27, 2019

Container deployment with direct hardware access solves a lot of latency issues and allows you to utilize server processing power to the fullest. Learn how to install Kubernetes on a Bare Metal Server. An unorthodox solution that gives unprecedented scaling potential.

Read more

Understanding Kubernetes Architecture with Diagrams

November 12, 2019

The article explores Kubernetes Architecture and the concept of Container Deployment. All elements of a Kubernetes cluster are discussed in great detail. Also, diagrams were used to simplify the more complex functions.

Read more

How to Install a Kubernetes Cluster on CentOS 7

November 8, 2019

Use Kubernetes to launch and orchestrate your applications efficiently. The steps outlined in this tutorial show you how to install and deploy Kubernetes on your CentOS machine.

Read more

How to Install Kubernetes on Ubuntu 20.04

April 15, 2019

Kubernetes is a management platform for Docker containers. Docker lets you create containers for a pre-configured image and application. Kubernetes provides the next step, allowing you to balance loads between containers and run multiple containers across multiple systems. Technically, Docker Swarm is capable of some of these tasks. Kubernetes replaces Docker Swarm, and adds additional functionality. This guide will walk you through installing and deploying Kubernetes on Ubuntu 20.04.

Read more
1 6 7 8