Data Locks

Data LocksData LocksData Locks

Data Locks

Data LocksData LocksData Locks
  • Home
  • Ansible
  • Containers
  • K3s
  • Monitoring
  • Vulnrability Scanning
  • SIEM
  • Contact
  • More
    • Home
    • Ansible
    • Containers
    • K3s
    • Monitoring
    • Vulnrability Scanning
    • SIEM
    • Contact
  • Home
  • Ansible
  • Containers
  • K3s
  • Monitoring
  • Vulnrability Scanning
  • SIEM
  • Contact

K3s

Kubernetes with the Lightweight of K3s

My home lab is the testing ground for K3s, where each trial brings me closer to expertise ...

Structure Overview

Namespaces

Storage | PV & PVC

Deployments

A placeholder that keeps your resources organized and separate. It helps you manage different projects or environments within the same cluster without them interfering with each other. 

Deployments

Storage | PV & PVC

Deployments

 A blueprint for your applications. It defines how many copies of your app should run, how to update them, and what to do if something goes wrong. With deployments, you can easily roll out new versions, scale up or down, and ensure your app is always running smoothly. 

Storage | PV & PVC

Storage | PV & PVC

Storage | PV & PVC

PV/PVC  work together to manage storage. A PV is like a storage unit in your cluster, set up and ready to store data. It's a resource that you can use to keep your data safe and accessible. On the other hand, a PVC is like a request for storage from your application. When your app needs storage, it makes a claim (PVC) specifying how much space and what type of storage it needs.  

Services

Storage | PV & PVC

Storage | PV & PVC

For managing how your applications communicate within the cluster and with the outside world. A service in Kubernetes is like a stable endpoint that your applications can use to talk to each other, even if the underlying pods change. Using kubectl, you can create, update, and manage these services easily. 

K3 Diagram Overview

Going over my lab setup .....

My Splunk Deployment YAML Files

namespace (txt)

Download

storageclass (txt)

Download

pv (txt)

Download

pvc (txt)

Download

deployment (txt)

Download

service (txt)

Download

The Layers of my K3's Lab Setup

Download PDF

My Refined Setup Process PDF

Download PDF

Copyright © 2025 Data Locks - All Rights Reserved.

Author: Scott W. Head

  • Ansible
  • Containers
  • K3s
  • Monitoring
  • Vulnrability Scanning
  • SIEM
  • Contact