-
home lab
Top 7 Home Lab Server Tools in 2023
Lab Gopher is a great tool to find home lab hardware
-
Kubernetes
Kubespray: Automated Kubernetes Home Lab Setup
Kubespray is a tool designed to simplify setting up a Kubernetes cluster. It’s an open-source project under the Kubernetes sigs, and it uses Ansible playbooks and inventory to automate cluster deployment. Table of contentsWhat is Kubernetes?Prerequisites for KubesprayInstalling AnsibleThe Easy…
-
Kubernetes
Kube Bench – Secure your Kubernetes Cluster with CIS Benchmark
Let me introduce you to a tool that is hosted on github.com/aquasecurity/kube-bench, kube-bench is a powerful Go application designed to evaluate whether Kubernetes is deployed according to best practices. Table of contentsWhat is kube-bench?Why run kube-bench?Installation and Configuration of kube-benchRunning…
-
DevOps
Terrascan: Cloud Compliance and Security Scanner for IaC
Terrascan is a cool utility that provides a code analyzer that helps to make sure your infrastructure as code is secure and compliant. Table of contentsWhat is Terrascan?Cloud sandboxTerrascanโs Features and CapabilitiesInstalling Terrascan and Setting Up a Terrascan SandboxLeveraging Terrascan…
-
Security
OpenWRT vs pfSense: Best Open Source Firewall Solution
OpenWRT console in a virtual machine
-
DevOps
ArgoCD Helm Chart Install Applications
Argo CD, a GitOps continuous delivery tool, and Helm, can both work together to help admins to simplify the deployment and management process for Kubernetes clusters. We’ll explore ArgoCD helm chart install and how to deploy an application. Table of…
-
Security
Top 20 Open Source Cyber Security Monitoring Tools in 2023
Let’s consider the top 25 open-source cyber security monitoring tools that are a great choice in 2023. Table of contents1. Wireshark2. Snort3. OSSEC4. Security Onion5. Nmap6. Kismet7. Suricata8. Zeek (formerly Bro)9. OpenVAS10. ClamAV: Open-Source Antivirus Engine11. Fail2Ban12. AlienVault OSSIM13. Cuckoo…
-
Containers
Docker container security best practices unlocked!
Let’s take a closer look at Docker container security best practices and see what you need to look at to secure your Docker environment. Table of contentsSecurity Risks in DockerRole-Based Access ControlUser Namespace SupportSecure Computing ModeSecuring the images themselves for…
-
Storage
Synology SA3610 and SA3410: Game-Changing High-Performance Storage
May 3, 2023 – Today, Synology introduced the SA3610 and SA3410, a pair of highly scalable storage systems that enable organizations to store vast amounts of data without compromising speed and performance. Starting with 12 drive bays each, businesses can…
-
Self hosted
Self-hosted ChatGPT Chatbot UI in Docker
McKay Wrigley’s open-source ChatGPT UI project as an example of graphical user interfaces for ChatGPT, discuss how to deploy it using Docker. Let’s also see the details on customization options. Table of contentsWhat is ChatGPT?Deploying the ChatGPT UI Using DockerDeploy…