Latest News

Read all latest blog posts

post image
author image
:date_long

Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1)

Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1) Starting AWS EKS cluster manually in AWS web console

Read More
post image
author image
:date_long

My NVIM init file

" plugins" curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vimcall plug#begin("~/.config/nvim/plugged")" Plugin SenohlsearchctionPlug 'ryanoasis/vim-devicons'Plug 'morhetz/gruvbox'Plug 'neoclide/coc.

Read More
post image
author image
:date_long

My zshrc file

HISTFILE=~/.zsh_history HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory # source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.

Read More
post image
author image
:date_long

Kubernetes network policies

Here is an example of network policies k taint node scw-k8s-cks node-role.

Read More
post image
author image
:date_long

CKS setup Scaleway kubernetes cluster at Ubuntu 18.04

Create SSH key pair to be used for Kubernetes master and node machine

Read More
post image
author image
:date_long

Linux Namespaces

Namespaces isolates processess restricts what processes can see. PID namespace:

Read More
post image
author image
:date_long

Kubernetes SSL certificates

There are many SSL certificates used by different Kubenretes components.

Read More