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

CKS mTLS

mTLS - Mutual TLS mutual authentication two-way (bilateral) authentication two parties authenticating each other at the same time

Read More
post image
author image
:date_long

CKS OS Level Security Domains

Define privilege and access control for Pod/Container userID and GroupID run privileged or unprivileged Linux Capabilities Run a simple container and check user and group root@scw-k8s:~# k run pod --image=busybox --command -oyaml --dry-run=client -- sh -c 'sleep 1d' > bb.

Read More
post image
author image
:date_long

How to pre-commit hook

How to create pre-commit hooks in git repos: - repo: https://github.

Read More
post image
author image
:date_long

CKS container runtimes

# go inside of a container and call root@scw-k8s:~# k exec -it pod -- sh / # uname -r 5.

Read More
post image
author image
:date_long

CKS secrets

k create secret generic secret1 --from-literal=jano=jano k create secret generic

Read More
post image
author image
:date_long

CKS upgrade kubernetes

major minor patch 1 . 24 . 0 Upgrade Master Node procedure drain and cordon (make it unschedulable) node kubeadm kube-apiserver controller-manager scheduler then:

Read More