-
Others on this site are more experienced than I, but: there does exist tooling for local replication of a k8s cluster (one example is kind, but in general a 'real' Kubernetes cluster isn't going to be easy to replicate locally. More than a few services will simply overload your machine, and in general production clusters are maintained by a full time team and aren't available to be replicated by single developers on that team.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Magical setups like this often get a lot of bad rap, but if you already understand Ansible and know Linux etc, you might find this repo a good start to building out your own cluster using gitops: https://github.com/onedr0p/flux-cluster-template
-
Check also devspace.sh and okteto.com
-
devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Check also devspace.sh and okteto.com
Related posts
-
Dockerized RESTful API Application in Go: CRUD,ORM,Logs,Migrations,Validations
-
POLL: How do you orchestrate your provisioning?
-
How to develop code inside a running pod without redeploying an image?
-
Kubernetes Operator Roiergasias
-
Ensuring Effective Helm Charts with Linting, Testing, and Diff Checks 🚀