You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deployed a Flask-based web application on Kubernetes using Docker containers, and explored various Kubernetes features such as replication controllers, health monitoring, rolling updates, and alerting on both Minikube and AWS EKS
This repository contains my learning journey with Kubernetes, including practical examples, YAML configuration files, and step-by-step experiments using Minikube. It’s a hands-on guide to understanding the core concepts of Kubernetes, like Pods, Deployments, ReplicaSets, and more.
'Roiergasias' kubernetes operator is meant to address a fundamental requirement of any data science / machine learning project running their pipelines on Kubernetes - which is to quickly provision a declarative data pipeline (on demand) for their various project needs using simple kubectl commands. Basically, implementing the concept of No Ops. …