Talos Linux Quick Start

6 minute read

Talos Linux According to their website (https://www.talos.dev/), Talos is a container optimized Linux distro; a reimagining of Linux for distributed systems ...

Juniper Paragon Automation Platform

45 minute read

Paragon Automation Cluster Nodes pradeep@paragon:~$ kubectl get nodes NAME STATUS ROLES AGE VERSION 172.16.100.100 Ready ...

Kubernetes Certificate Renewal

5 minute read

Renewing Kubernetes Certificates We can use the kubeadm certs check-expiration command to verify the expiry date of all certificates used in the K8s cluster.

Getting Started with Juniper CN2

42 minute read

CN2 Installation on Minikube According to Juniper documentation, Cloud-Native Contrail Networking (CN2) is a cloud-native software defined networking (SDN) s...

Kubectl Plugins

1 minute read

Plugins extend kubectl with new sub-commands, allowing for new and custom features not included in the main distribution of kubectl.

Building a Kubernetes Operator

9 minute read

In this post, let us create a simple Hello world Kubernetes Operator using Golang, as discussed here https://developers.redhat.com/articles/2021/09/07/build-...

Create a K8s cluster with Kind

4 minute read

In the previous post, we just installed kind using the source code and looked at the help options.

Getting Started with Kind

2 minute read

In this post, let us look at another option to try and learn Kubernetes locally, an alternative to minikube. It is called kind which stands for Kubernetes in...

Citrix ADC CPX

7 minute read

Citrix ADC CPX Container In the previous post on Kubernetes + Citrix ADC we have deployed a Citrix Ingress Controller to loadbalance traffic across a sample ...

Kubernetes + Citrix ADC

237 minute read

Kubernetes + Citrix ADC In this post, let us see how to load balance Ingress traffic with Citrix ADC CPX in Minikube.

Kubernetes Network Policy

7 minute read

In our previous post on Kubernetes Networking with Calico CNI we looked into Calico CNI implemenation of Kubernetes networking and also we looked at an examp...

Kubeadm Join - Adding Worker Nodes

13 minute read

Kubeadm Join Pre-requisites lab@k8s2:~$ lsmod | grep br_netfilter lab@k8s2:~$ cat <<EOF | sudo tee /etc/modules-load.d/k8s.conf > br_netfilter >...