Category: English
-
How to subnet CIDR blocks
Introduction I won’t explain the theory here, I am going to show how to subnet a Classless Inter-Domain Routing (CIDR) block based on an exercise. Let us say this is the CIDR block 172.31.0.0/16 and we have to create subnets inside. First, with 172.31.0.0/16, we have this address range = [172.31.0.0 – 172.31.255.255] and we…
-
Kubernetes Cluster Deployment on Oracle Cloud Infrastructure Free Tier
Introduction The goal of this guide is to show how to use Kubeadm to create a Kubernetes cluster on three machines provisioned on Oracle Cloud Infrastructure (OCI). Thus, the following sections will describe the topology used, the configuration needed on OCI and all the steps performed to deploy a Kubernetes cluster on top of these…