Highlights From the Links

  1. Rainbow Deploys with Kubernetes, BrandonDimcheff.com (http://brandon.dimcheff.com/2018/02/rainbow-deploys-with-kubernetes/)
    Deployments aren’t as disruptive when your service is stateless, but sometimes stateful services can’t be turned stateless. In this article by Brandon Dimcheff (https://twitter.com/bdimcheff) of Olark, explains how Olark dealt with that issue when deploying their stateful service that powers chat.olark.com. Every time they deployed Kubernetes the traditional way, it would restart all the backends causing all users to reconnect creating a poor user experience and major load spikes. Learn how they solved this with a Rainbow Deployment strategy, and what that is.
  2. Set Up a Jenkins CI/CD pipeline with Kubernetes, AKomljen.com (https://akomljen.com/set-up-jenkins-ci-cd-pipeline-with-kubernetes/)
    Continuous integration and delivery is a major component of cloud native DevOps approaches. Deploying a Jenkins server can be easy, but creating a pipeline to build, deploy, and test your software gets more difficult. In this introductory article, Alen Komljen (https://twitter.com/alenkomljen) , DevOps Engineer and Consultant, explains Jenkins pipelines, how to build one, and how to run it on Kubernetes.
  3. Why I Went All-in with Containers…and the Fails Along the Way, IOD (http://www.iamondemand.com/blog/went-containers-fails-along-way/)
    As an early adopter of containers, Adam Hawkins (https://github.com/ahawkins) of Saltside has faced his fair share of challenges building orchestration systems. In this article, Adam shares his story of adopting, developing, and running production containers. From working with new technologies before adequate supporting tools were developed to solving new production problems, check out these lessons learned from adopting bleeding edge technology.
  4. Kubernetes and PaaS: The Force of Developer Experience and Workflow, The New Stack (https://thenewstack.io/kubernetes-paas-force-developer-experience-workflow/)
    As platforms-as-a-service (PaaS) become increasingly popular in the world of Kubernetes, it can be difficult to know what falls under that category. In this article, Daniel Bryant (https://twitter.com/danielbryantuk) , an independent technical consultant, he explains the three layers of modern web-based software development, how they relate to PaaS, and how these platforms evolved to where we are today.
https://www.cncf.io/event/webinar-serverless-ai/

Technical

Blogs / Articles

Presentations

Slideshare

Upcoming Events

Job Openings

Literature