Hardening Linux
Real-Time Antivirus with ClamAV & Auto-Quarantine

Search for a command to run...
Articles tagged with #linux
Real-Time Antivirus with ClamAV & Auto-Quarantine

Day 60 of #90DaysOfDevOps Task 1 Install Terraform on your system. Task 2 Why do we use terraform? What is Infrastructure as Code (IaC)? What is a Resource? What is a Provider? What is a State file in Terraform? What’s the importance of it? W...

Elastic Container Service

Day 38 of #90daysofdevops IAM: AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. With IAM, you can centrally manage permissions that control which AWS resources users can access. You us...

Questions What is Kubernetes and why it is important? Kubernetes is a container orchestration tool created by the company Google. Kubernetes services provide load balancing and simplify container management on multiple hosts. They make it easy fo...

To get started with Kubernetes, visit my blog Minikube - Launch First Kubernetes Cluster and Pod What is deployment in k8s? A Deployment provides a configuration for updates for Pods and replica sets. You describe a desired state in a Deployment, a...
