|
I have been working in IT for the last 20 years until I transitioned to being a DevOps Engineer. I am currently working as a Senior DevOps Engineer at a large FinTech company in Israel. My responsibilities include researching new technologies, helping implement DevOps methodologies, and promoting the "DevOps Way" to other team members. |
My goal is to constantly improve my knowledge and experience as a DevOps engineer. I created this GitHub account to showcase and document the various private projects I'm working on. It's a simple and effective way to incrementally improve my skills and share my journey with others. |
- π My Self-Hosting Project: Using Kubernetes and GitOps to set up infrastructure for hosted applications like Home Assistant and Pi-Hole.
- π± Learning GitOps using FluxCD by Weaveworks.
graph TD
subgraph GitHub ["GitHub & GitOps"]
Config["Cluster Config (YAML)"]
end
subgraph Cluster ["Home Lab Cluster (K8s)"]
Flux["FluxCD (GitOps Operator)"]
subgraph Apps ["Self-Hosted Applications"]
HA["π Home Assistant"]
PH["π‘οΈ Pi-Hole"]
end
end
Config -- "Syncs with" --> Flux
Flux -- "Deploys & Reconciles" --> HA
Flux -- "Deploys & Reconciles" --> PH
style GitHub fill:#171515,stroke:#fff,stroke-width:2px,color:#fff
style Cluster fill:#326ce5,stroke:#fff,stroke-width:2px,color:#fff
style Apps fill:#0077B5,stroke:#fff,stroke-width:2px,color:#fff

