🐤 Canary deployment: Lanza versiones seguras enviando tráfico a un grupo pequeño primero. Reduce riesgos en producción y detecta errores antes. 🚀

Lee más 👉 https://www.soloingenieria.org/ingenieria-de-software/canary-deployment/

#CanaryDeployment #DevOps #Kubernetes #CICD #IngenieríaDeSoftware

🐤 El canary deployment no elimina errores, pero te permite descubrirlos antes de que afecten a todos tus usuarios. A veces, fallar en pequeño es la mejor forma de triunfar en grande.

#CanaryDeployment #DevOps #Kubernetes #CICD #IngenieríaDeSoftware

@0xabad1dea nodds in agreement I think #CanaryDeployment is inherently unethical because it fucks up things and abuses non-consenting folks as guinea pigs!

  • It's also done to shaft and defraud professional #Testers of their labour!

🚀 Canary Deployment for ECS Tasks
Excited to share my latest post covering Canary deployment for ecs task
Share your experiences with Canary Deployment and how it's transformed your containerized application releases. 🚢🚀
https://linkedin.com/posts/ulrichsoft_canary-deployment-for-ecs-tasks-in-the-realm-activity-7134335724954251264-o19S?utm_source=share&utm_medium=member_desktop

#AmazonECS #CanaryDeployment

Ulrich Ntella on LinkedIn: Canary Deployment for ECS Tasks In the realm of containerized…

Canary Deployment for ECS Tasks In the realm of containerized applications, Amazon ECS stands as a powerhouse for orchestrating Docker containers. As we sail…

@tsadilas @grumpygamer it's called #CanaryDeployment and it one of the shittiest ways to disregard the concept of #InformedConsent....
#swDevTermOfTheDay A #CanaryRelease is similar to a #CanaryDeployment, just that it's about features instead of version. New features are released (e.g. using #FeatureToggle) to a subset of the users to mitigate risk. See also #ABTesting.
#swDevTermOfTheDay #swDevTermOfTheDay For a #CanaryDeployment a new software version is only deployed on some of the productive systems to mitigate risk. Only if no unexpected problems occur, it's deployed on all systems. The idea stems from canary birds coalmines.