kubernetes

DevSpace : Deploy & Develop Kubernetes Apps
BentoML : A faster way to ship your models to production
Colima : Container runtimes on macOS (and Linux) with minimal setup
Argo CD : Continuous Deployment

Argo CD : Continuous Deployment

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Argo CD has now become my defacto standard for deploying applications on Kubernetes.

Posted in Recipe on July 1, 2022 by Venkatesh S ‐ 2 min read

Rancher Desktop : Kubernetes on local desktop

Rancher Desktop : Kubernetes on local desktop

Rancher Desktop is a very mature open-source tool for Mac, Windows and Linux users who are looking for an alternative to Docker Desktop. It provided me everything I needed which was available in Docker Desktop.

Posted in Recipe on June 27, 2022 by Venkatesh S ‐ 1 min read

Redux Punch : Build React and Redux UI

Redux Punch : Build React and Redux UI

Redux punch is a project recipe bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and then all the goodies of redux, react-redux, react-router-dom, redux-persist, redux-thunk and reselect are added.

Posted in Recipe on June 17, 2022 by Venkatesh S ‐ 4 min read