Cyberithub

How to Create New Custom Namespaces in Kubernetes{3 Best Methods}

How to Create New Custom Namespaces in Kubernetes{3 Best Methods} 1

In this tutorial, I will guide you through the steps to create new custom namespaces in Kubernetes. Namespaces are one of the key features in Kubernetes frequently used to divide the physical cluster into multiple virtual clusters. Each virtual cluster acts as a namespace under which multiple resources can be created. What is Namespace in ... Read more

How to Check Stateful and Stateless Pods in Kubernetes Cluster{Easy Methods}

How to Check Stateful and Stateless Pods in Kubernetes Cluster{Easy Methods} 2

In this article, I will show you how to check Stateful and Stateless Pods in Kubernetes Cluster. Pods are the smallest unit of application runs in Kubernetes Cluster. It can represent a Single Application Container or cluster of application containers and volumes running in the same execution environment. A pod can be stateful or stateless ... Read more

15 ansible-vault command examples to encrypt and decrypt sensitive data/files on Linux

15 ansible-vault command examples to encrypt and decrypt sensitive data/files on Linux 3

In this article, i will take you through 15 ansible-vault command examples to encrypt and decrypt sensitive data/files on Linux. Vault is a special feature in Ansible implemented using ansible-vault tool to encrypt all the sensitive information like password, variable, data and any other information you want to protect. This tool is frequently used to ... Read more

10 Best Chef Commands for DevOps Engineer

In this tutorial, I will take you through top 10 chef commands which will be generally used by DevOps Engineer. Chef is consist of a Chef server, one or more workstations, and a node where the chef-client is installed. Components name is based on the roles played by each machine in the Chef ecosystem. Chef ... Read more

7 Useful Docker Volume Command Examples

7 Useful Docker Volume Command Examples 8

In this article, i will take you through 7 Useful Docker Volume Command Examples. In a very simple way, Docker volume is a folder that exists on the Docker host and is mounted and accessible inside a running Docker container. The accessibility goes both ways, allowing the contents of that folder to be modified from ... Read more

17 Popular GIT Command Examples on Linux

17 Popular GIT Command Examples on Linux 9

In this tutorial, I will take you through top 17 GIT Commands Examples on Linux. Git is a popular and widely used source management system that greatly simplifies the development cycle. It enables users to create, use, and switch between branches for content development as easily as people create and switch between files in their ... Read more

How to Install Chef 13 on RedHat/CentOS 7

In this tutorial, I will take you through the steps to install Chef 13 on RedHat/CentOS 7. Chef DevOps is a tool for accelerating application delivery and DevOps Collaboration. Chef helps solve the problem by treating infrastructure as code. Rather than manually changing anything, the machine setup is described in a Chef recipe. Install Chef ... Read more