Recently Updated Pages
Addon Domain Script
Addon scripts can be found in the below link: https://gitlab-free.devops.ukfast.co.uk/ans/linux-...
Kubernetes Cluster Components
KUBE-SCHEDULER The scheduler continuously monitors the KUBE-API server for changes to cluster ...
Secrets & Encryption
Secrets Secrets are a Kubernetes object that can be referenced in YAML configurations without ...
Pods, Replicas, Deployments
How YAML is Used in Kubernetes: YAML files are used to define Kubernetes objects such as pods, d...
Network Configuration
PfSense Networking for my VMs is done through pfSense, which is basically an router/firewall OS ...
K8S access setup & KUBECONFIG
Kubectl setup Install kubectl binary Kubeconfig Setup To access a remote cluster, you'll nee...
Services & Microservices
A Service in Kubernetes is a resource that creates a stable, fixed access point (like an IP or DN...
Networking
In a K8S cluster, the default networking policy is to assign each pod the same range of IPs, mean...
kubectl MAN Page
kubectl The kubectl command is used to interact with and manage a Kubernetes cluster. It allows ...
Cluster Management
kubectl The kubectl command is used to interact with and manage a Kubernetes cluster. It allows ...
Kubernetes - Component Overview
What is Kubernetes? Kubernetes is at its core a container orchestrator. Kubernetes, or K8S, is u...
SWARM
Docker Swarm is Docker's native clustering and orchestration tool, allowing you to manage a group...
Networking
Network Bridges A network bridge in Docker is a virtual network that allows containers to comm...
Basic Usage
Installation https://docs.docker.com/engine/install/ 1. Configure Docker repo (See above lin...
Compose
What is Docker Compose? Docker Compose is a tool used for defining and running multi-container D...
Storage & Volumes
Each docker container has its own isolated volume. By default, this volume isn't persistent, mean...
Image Creation, Pushing Images, and Registry
Building a Docker File A docker file is essentially a list of instructions that are issued to ...
Container Resource Allocation & cgroups
By default, Docker imposes no restrictions on the amount of system resources that a container can...
Docker Engine
Docker Engine is the core component of the Docker platform. It is responsible for creating, runni...
SETUP
Install packages for master Disable SWAP: sudo swapoff -a Install docker: sudo apt install -...