🏷 containers


Container Security

3 min read
ChallengesTraditional tools aren't fit to secure containers (and kubernetes): too heavy handed such, e.g., EDR, vulnerability scanners, hostbased firewalls, network forensics, security analytics.Alternative dedicated lightweight tools are being used – and dahs…▷ read more

Kubernetes (CKA/S) certifications

6 min read
⚠️ This information might have changed in newer versions of the certification examsIntroductionThe Linux foundation provides quite a few certifications and some of the most looked after are related to Kubernetes. To this date there are 3 of them: Certified Kub…▷ read more

Docker

3 min read
Getting startedImages are the blueprint to instantiate containers that are built, run, and distributed by the Docker Daemon, which used via a Docker Client and pull images from a registry such as Docker Hub Basic commands#runs a container (downloads image if n…▷ read more

Kubernetes

9 min read
The most used container orchestration tool for deployment, scaling, and maintenance in the cloud. Notes are living documents and will change over time 🌱…▷ read more

Helm

3 min read
The package manager for Kubernetes, e.g. helm install wpdemo stable/wordpress helm status wpdemo NAME: wpdemo LAST DEPLOYED: May 25 15:06:44 2020 NAMESPACE: default STATUS: deployed REVISION: 1 NOTES: This Helm chart is deprecatedChartsA scaffold of K8s resour…▷ read more

Vagrant

1 min read
IntroA cross-platform tool created by Hashicorp to make configuring and sharing VMs easy by automating VM management with an end-to-end lifecycle management utility. Core benefits of VMs are reproducible environment, isolated and restricted environments, share…▷ read more