Latest News
Read all latest blog posts
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 MoreMy 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 MoreMy 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 MoreKubernetes network policies
Here is an example of network policies k taint node scw-k8s-cks node-role.
Read MoreCKS setup Scaleway kubernetes cluster at Ubuntu 18.04
Create SSH key pair to be used for Kubernetes master and node machine
Read MoreLinux Namespaces
Namespaces isolates processess restricts what processes can see. PID namespace:
Read MoreKubernetes SSL certificates
There are many SSL certificates used by different Kubenretes components.
Read More