DevOps Why and How of Making Your Product Open Source TL;DR : Go Open-source if you are up for the challenge and not because others are doing it. Decide the right model based on your product and market fit.
DevOps How to Scale Opinionated DevOps Quickly! As application teams start addressing complex end-user requirements, the infrastructure to support them also gets complex. Add scalability to the mix, and things are further complicated. Continuous Integration (CI) can
DevOps How to Execute Canary Deployments Using NGINX Ingress Deploying releases into production always gives goosebumps, even though we have been doing it multiple times. Different deployment strategies are advocated to alleviate some nervousness, and Canary Deployment is one
DevOps Understand CMD and ENTRYPOINT Differences in Docker Whenever we are working on Docker, people often get confused between the commands like CMD and ENTRYPOINT which are mostly used while writing a Dockerfile. However, if you are a