Skip to main content

Recently Updated Pages

Addon Domain Script

ANS Stuff Magento

Addon scripts can be found in the below link: https://gitlab-free.devops.ukfast.co.uk/ans/linux-...

Updated 10 months ago by Daniel

Kubernetes Cluster Components

Containers & Kubernetes Kubernetes

KUBE-SCHEDULER The scheduler continuously monitors the KUBE-API server for changes to cluster ...

Updated 1 year ago by Daniel

Secrets & Encryption

Containers & Kubernetes Kubernetes

Secrets Secrets are a Kubernetes object that can be referenced in YAML configurations without ...

Updated 1 year ago by Daniel

Pods, Replicas, Deployments

Containers & Kubernetes Kubernetes

How YAML is Used in Kubernetes: YAML files are used to define Kubernetes objects such as pods, d...

Updated 1 year ago by Daniel

Network Configuration

Self Hosted Proxmox

PfSense Networking for my VMs is done through pfSense, which is basically an router/firewall OS ...

Updated 1 year ago by Daniel

K8S access setup & KUBECONFIG

Containers & Kubernetes Kubernetes

Kubectl setup Install kubectl binary Kubeconfig Setup To access a remote cluster, you'll nee...

Updated 1 year ago by Daniel

Services & Microservices

Containers & Kubernetes Kubernetes

A Service in Kubernetes is a resource that creates a stable, fixed access point (like an IP or DN...

Updated 1 year ago by Daniel

Networking

Containers & Kubernetes Kubernetes

In a K8S cluster, the default networking policy is to assign each pod the same range of IPs, mean...

Updated 1 year ago by Daniel

kubectl MAN Page

Containers & Kubernetes Kubernetes

kubectl The kubectl command is used to interact with and manage a Kubernetes cluster. It allows ...

Updated 1 year ago by Daniel

Cluster Management

Containers & Kubernetes Kubernetes

kubectl The kubectl command is used to interact with and manage a Kubernetes cluster. It allows ...

Updated 1 year ago by Daniel

Kubernetes - Component Overview

Containers & Kubernetes Kubernetes

What is Kubernetes? Kubernetes is at its core a container orchestrator. Kubernetes, or K8S, is u...

Updated 1 year ago by Daniel

SWARM

Containers & Kubernetes Docker

Docker Swarm is Docker's native clustering and orchestration tool, allowing you to manage a group...

Updated 1 year ago by Daniel

Networking

Containers & Kubernetes Docker

Network Bridges A network bridge in Docker is a virtual network that allows containers to comm...

Updated 1 year ago by Daniel

Basic Usage

Containers & Kubernetes Docker

Installation https://docs.docker.com/engine/install/  1. Configure Docker repo (See above lin...

Updated 1 year ago by Daniel

Compose

Containers & Kubernetes Docker

What is Docker Compose? Docker Compose is a tool used for defining and running multi-container D...

Updated 1 year ago by Daniel

Storage & Volumes

Containers & Kubernetes Docker

Each docker container has its own isolated volume. By default, this volume isn't persistent, mean...

Updated 1 year ago by Daniel

Image Creation, Pushing Images, and Registry

Containers & Kubernetes Docker

Building a Docker File A docker file is essentially a list of instructions that are issued to ...

Updated 1 year ago by Daniel

Container Resource Allocation & cgroups

Containers & Kubernetes Docker

By default, Docker imposes no restrictions on the amount of system resources that a container can...

Updated 1 year ago by Daniel

Docker Engine

Containers & Kubernetes Docker

Docker Engine is the core component of the Docker platform. It is responsible for creating, runni...

Updated 1 year ago by Daniel

SETUP

Containers & Kubernetes

Install packages for master Disable SWAP: sudo swapoff -a  Install docker: sudo apt install -...

Updated 1 year ago by Daniel