Highlights From the Links
- How Kubernetes Became the Solution for Migrating Legacy Applications, Opensource.com (https://opensource.com/article/18/2/how-kubernetes-became-solution-migrating-legacy-applications)
Kubernetes has become the go-to solution for container orchestration, helping organizations turn monolithic applications into manageable microservices. In this article, Swapnil Bhartiya (https://twitter.com/swapbhartiya) explains the history of Kubernetes, why more organizations are choosing open source technologies, and how Kubernetes is being used at companies like Ticketmaster to transition legacy applications to containers. - Set up a Hyperledger Fabric development environment on Kubernetes, Medium (https://medium.com/kokster/set-up-a-hyperledger-fabric-development-environment-on-kubernetes-6428c63e018b)
Hyperledger Fabric is platform for distributed ledgers. If you’re interested in developing chaincode and client applications, Kynan Rilee (https://twitter.com/ublubu) , creator of koki.io, walks you through how to do this with Hyperledger Fabric on Kubernetes. You’ll learn how to setup Fabric and deploy the right resource configurations to smoothly run your chaincode. - Kubeless Tutorial – Kubernetes Native Serverless Framework, upnxtblog (https://www.upnxtblog.com/index.php/2018/02/26/kubeless-tutorial-kubernetes-native-serverless-framework/)
Kubeless, a functions-as-a-service solution, leverages Kubernetes’ resources to give you all the benefits of auto-scaling, API routing, and more. This allows you to build applications without worrying about servers running the code. KarthiKeyan Shanmugam (https://twitter.com/karthi4india) will get you up and running with serverless by sharing how kubeless works and how to install it and get started. - Dissecting Kubernetes Deployments, Heroku (https://blog.heroku.com/dissecting-kubernetes-deployments)
Check out this great overview of Kubernetes deployments with Damien Mathieu (https://twitter.com/dmathieu) of Heroku. This article dives into some Kubernetes internals, focusing on deployments and gradual rollouts of new containers. From understanding the Kubernetes trigger-based environment to working with ReplicaSets, this post takes the complexity out of Kubernetes deployments. - On Securing the Kubernetes Dashboard (https://blog.heptio.com/on-securing-the-kubernetes-dashboard-16b09b1b7aca)
Recently Tesla (the car company) was alerted, by security firm RedLock, that their Kubernetes infrastructure was compromised. The attackers were using Tesla’s infrastructure resources to mine cryptocurrency. The vector of attack in this case was a Kubernetes Dashboard that was exposed to the general internet with no authentication and elevated privileges. Joe Beda (https://twitter.com/jbeda) of Heptio in his latest blog attempts to answer the question: How do you prevent this from happening to you?
Technical
- On Securing the Kubernetes Dashboard (https://blog.heptio.com/on-securing-the-kubernetes-dashboard-16b09b1b7aca)
- By Joe Beda (https://twitter.com/jbeda) , Heptio
- Creating a single pane of glass for your multi-cloud Kubernetes workloads with Cloudflare (https://cloudplatform.googleblog.com/2018/02/creating-a-single-pane-of-glass-for-your-multi-cloud-Kubernetes-workloads-with-Cloudflare.html)
- By Kamilla Amirova (https://www.linkedin.com/in/kamilla-amirova-9154b929/) , Cloudflare
- Frankenetes! Serverless Kubernetes (https://www.noelbundick.com/posts/frankenetes-serverless-kubernetes/)
- By Noel Bundick (https://twitter.com/acanthamoeba) , Microsoft
- Policy-based Image Validation for Kubernetes with Anchore Engine (https://testingclouds.wordpress.com/2018/02/26/policy-based-image-validation-for-kubernetes-with-anchore-engine/)
- By Vic Iglesias (https://twitter.com/vicnastea) , Google
- Setting up a GPU Enabled Kubernetes for Deep Learning (https://itnext.io/setting-up-a-gpu-enabled-kubernetes-for-deep-learning-aef8e198931b)
- By Steven Cheng (https://twitter.com/stevenc81) , Buffer
- Kubernetes Command line (https://blog.tekspace.io/kubernetes-command-line/)
- By Rahil Maknojia (https://twitter.com/rahilmaknojia) , TEKSpace
- Dissecting Kubernetes Deployments (https://blog.heroku.com/dissecting-kubernetes-deployments)
- By Damien Mathieu (https://twitter.com/dmathieu) , Heroku
- GitOps Part 4 – Application Delivery Compliance and Secure CICD (https://www.weave.works/blog/gitops-compliance-and-secure-cicd)
- By Alexis Richardson (https://twitter.com/monadic) , Weaveworks
- Bringing Cloud Provider Support to Kubernetes on DC/OS (https://aws.amazon.com/blogs/opensource/cloud-provider-support-kubernetes-dcos/)
- By Chris Hein (https://twitter.com/christopherhein) , Amazon
- Debugging “FROM scratch” on Kubernetes (https://ahmet.im/blog/debugging-scratch/)
- By Ahmet Alp Balkan (https://twitter.com/ahmetb) , Google
- Fun with Kubernetes & Tensorflow Serving (https://medium.com/@samnco/fun-with-kubernetes-tensorflow-serving-4fef8d7502b9)
- By Samuel Cozannet (https://twitter.com/SaMnCo_23) , L&G GI
- What will happen if you fail intentionally at Kubernetes? (https://blog.manabusakai.com/2018/02/fault-tolerance-of-kubernetes/)
- By Manabu Sakai (https://twitter.com/manabusakai) , Freee
- How to build a Kubernetes Horizontal Pod Autoscaler using custom metrics (https://sysdig.com/blog/kubernetes-scaler/)
- By Mateo Burillo (https://twitter.com/mateobur) , Sysdig
- Distributed Cache with Akka cluster-sharding and Akka HTTP on Kubernetes (https://medium.com/@programmerohit/distributed-cache-with-akka-cluster-sharding-and-akka-http-on-kubernetes-2d695b134154)
- By Rohit Sharma (https://twitter.com/programmerohit) , Zalando Tech
- Deploy and configure an Akka Cluster application to run on top of Kubernetes (https://developer.ibm.com/code/patterns/deploy-akka-clusters-on-kubernetes/)
- By Andy Shi (https://twitter.com/andyshi) , IBM
- Kubeless tutorial – Kubernetes native serverless framework (https://www.upnxtblog.com/index.php/2018/02/26/kubeless-tutorial-kubernetes-native-serverless-framework/)
- By Karthik (https://twitter.com/theupnxtblog) , UpNxtBlog
- Set up a Hyperledger Fabric development environment on Kubernetes (https://medium.com/kokster/set-up-a-hyperledger-fabric-development-environment-on-kubernetes-6428c63e018b)
- By Kynan Rilee (https://twitter.com/ublubu) , Koki.io
- The journey from Monolith to Docker to Kubernetes: part 1 (https://medium.com/@idobry/the-journey-from-monolith-to-docker-to-kubernetes-part-1-f5dbd730f620)
- By Ido Braunstain (https://twitter.com/Idobry1) , Medium
- How-To: Deploy web applications on Kubernetes with Heptio Contour and Let’s Encrypt (https://blog.heptio.com/how-to-deploy-web-applications-on-kubernetes-with-heptio-contour-and-lets-encrypt-d58efbad9f56)
- By Dave Cheney (https://twitter.com/davecheney) , Heptio
- Building Ambassador, an Open Source API Gateway on Kubernetes and Envoy (https://dzone.com/articles/building-ambassador-an-open-source-api-gateway-on)
- By Richard Li (https://twitter.com/rdli) , Datawire
- Building an ARM Kubernetes Cluster (https://medium.com/@carlosedp/building-an-arm-kubernetes-cluster-ef31032636f9)
- By Carlos Eduardo (https://twitter.com/carlosedp) , Ericsson
- Using Kubernetes on GKE and AWS with Cloudflare Load Balancer (https://support.cloudflare.com/hc/en-us/articles/115003384591-Using-Kubernetes-on-GKE-and-AWS-with-Cloudflare-Load-Balancer)
- By Kamilla Amirova (https://www.linkedin.com/in/kamilla-amirova-9154b929/) , Cloudflare
- Kubernetes 1.8 Update for SUSE CaaS Platform (https://www.suse.com/c/kubernetes-1-8-update-suse-caas-platform/)
- By Andreas Jaeger (https://twitter.com/jaegerandi) , Suse
- Customizing Kubernetes DNS using Consul to scale Nginx RTMP (https://engineering.nanit.com/customizing-kubernetes-dns-using-consul-to-scale-nginx-rtmp-b73c258a1057)
- By Chen Fisher (https://twitter.com/chenfisher) , Nanit
- Build Kubernetes Cluster on your VMs (https://medium.com/axus/build-kubernetes-cluster-on-your-vms-f2a84e9cccbd)
- ByVeerapat Phromchana (https://www.linkedin.com/in/veerapat-phromchana-ba105279/) , Tencent
- Using Jenkins with Kubernetes AWS, Part 1 (https://www.developer.com/db/using-jenkins-with-kubernetes-aws-part-1.html)
- By Deepak Vohra (https://twitter.com/deepakvohra) , O’Reilly
- Deploy a Dockerized ASP.NET Core Application to Kubernetes on Azure Using a VSTS CI/CD Pipeline: Part 1 (https://pleasereleaseme.net/deploy-a-dockerized-asp-net-core-application-to-kubernetes-on-azure-using-a-vsts-ci-cd-pipeline-part-1/)
- By Dr. Graham Smith (https://www.linkedin.com/in/drgrahamdsmith/) , United Kingdom Hydrographic Office
- How will Amazon EKS play an awesome role for Kubernetes customers? (https://nixgalaxy.wordpress.com/2018/02/22/how-amazon-eks-elastic-container-server-for-kubernetes-will-play-an-awesome-role-for-kubernetes-customers/)
- By Nikit Swaraj (https://twitter.com/nikitswaraj) , Foradian Technologies
- How to install Kubernetes on VMware Cloud on AWS (http://www.vmtocloud.com/how-to-install-kubernetes-on-vmware-cloud-on-aws/)
- ByRyan Kelly (https://twitter.com/vmtocloud) , VMware
- A Look Into the Kubernetes Master Components (https://blogs.vmware.com/cloudnative/2018/02/20/kubernetes-master-components/?src=so_5a314d05e49f5&cid=70134000001SkJn)
- By Tom Schwaller (https://twitter.com/tom_schwaller) , VMware
- Kubernetes and Virtualization: kubevirt will let you spawn virtual machine on your cluster! (https://medium.com/@alezzandro/kubernetes-and-virtualization-kubevirt-will-let-you-spawn-virtual-machine-on-your-cluster-e809914cc783)
- By Alessandro Arrichiello (https://twitter.com/alezzandro1986) , Red Hat
- keel-hq/keel: Automated Kubernetes deployment updates (https://github.com/keel-hq/keel)
- By Karolis Rusenas (https://twitter.com/KRusenas) , StorageOS
- spotify/styx: A batch job scheduler for Kubernetes (https://github.com/spotify/styx)
- By Honnix (https://github.com/honnix) , Spotify
- xetys/hetzner-kube: CLI tool for provisioning kubernetes clusters on Hetzner Cloud (https://github.com/xetys/hetzner-kube)
- By David Steiman (https://github.com/xetys) , K-TEL Communications GmbH
- TsuyoshiUshio/BindingSample: AzureFunctions Binding Sample (https://github.com/TsuyoshiUshio/BindingSample)
- By Tsuyoshi Ushio (https://github.com/TsuyoshiUshio) , SimpleArchitect
- garethr/kubeval: Validate your Kubernetes configuration files, supports multiple Kubernetes versions (https://github.com/garethr/kubeval)
- By Gareth Rushgrove (https://twitter.com/garethr) , Docker
- spotahome/kooper (https://github.com/spotahome/kooper/blob/master/docs/metrics.md)
- By Xabier Larrakoetxea Gallego (https://twitter.com/slok69) , spotahome
Blogs / Articles
- How Kubernetes became the solution for migrating legacy applications (https://opensource.com/article/18/2/how-kubernetes-became-solution-migrating-legacy-applications)
- By Swapnil Bhartiya (https://twitter.com/SwapBhartiya) , CNCF
- 4 Reasons why Kubernetes is hot (https://www.networkcomputing.com/data-centers/4-reasons-why-kubernetes-hot/704546519)
- By Cynthia Harvey (https://www.informationweek.com/author-bio.asp?author_id=2362) , InformationWeek
- Graduation day for Helm! The first project to exit Kubernetes Incubator. (https://deis.com/blog/2017/graduation-day-for-helm/)
- By Jason Hansen (https://twitter.com/@slackX) , Deis
- Kubernetes is not a DevOps Cure-all (https://www.nebulaworks.com/blog/2018/02/17/kubernetes-not-devops-cure/)
- By Chris Ciborowski (https://twitter.com/chrisciborowski) , Nebula Networks
- Unprotected Kubernetes consoles expose firms to cryptojacking (http://www.computerweekly.com/news/252435544/Unprotected-Kubernetes-consoles-expose-firms-to-cryptojacking)
- By Warwick Ashford (https://twitter.com/Warwick_Ashford) , ComputerWeekly
- A Trifecta of Technologies for Cloud-Native Applications: Cisco ACI, Kubernetes, Apprenda (https://blogs.cisco.com/datacenter/a-trifecta-of-technologies-for-a-cloud-native-applications-world-cisco-aci-kubernetes-apprenda?dysig_tid=874a6a1f3494499694f873846a751af5&DTID=esosah000746&REFERRING_SITE=Twitter&CREATIVE=76826+SAH&POSTID=fd34ff51-c872-4ddf-95c3-960356461d85)
- By Cesar Obediente (https://twitter.com/cobedien) , Cisco
- Set up continuous application build and delivery from Git to Kubernetes with Oracle Wercker (https://medium.com/oracledevs/set-up-continuous-application-build-and-delivery-from-git-to-kubernetes-with-oracle-wercker-533df64b0232)
- By Lucas Jellema (https://twitter.com/lucasjellema) , AMIS
- Kublr Simplifies the Deployment, Scaling, and Management of Kubernetes (https://thenewstack.io/kublr-simplifies-deployment-scaling-management-kubernetes/?utm_content=bufferfec6a&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer)
- By Terry Shea (https://www.linkedin.com/company/kublr/) , Kublr
- “Kublr speeds and eases Kubernetes adoption for the enterprise” (https://jaxenter.com/kublr-kubernetes-interview-koltovich-141769.html)
- By Gabriela Motroc (https://twitter.com/gabrielamotroc) , JAXEnter
- Managed Kubernetes vs DIY: Top 3 Considerations Before You Choose (https://platform9.com/blog/managed-kubernetes-vs-diy-top-3-considerations-before-you-choose/)
- By Jeremy Brooks (https://www.linkedin.com/in/jeremydbrooks/) , Platform9
- Winter Was Not Delayed: How HBO Uses Kubernetes to Bring Us Game of Thrones (https://www.cncf.io/blog/2018/02/22/winter-not-delayed-hbo-uses-kubernetes-bring-us-game-thrones/)
- By Natasha Woods (https://twitter.com/natasha_woods3) , CNCF
- SMC and the trials and tribulations of running Kubernetes (http://www.diversity.net.nz/smc-and-the-trials-and-tribulations-of-running-kubernetes/2018/02/26/)
- By Ben Kepes (https://twitter.com/benkepes) , Diversity Limited
- IBM Java CTO: Devs shouldn’t have to learn Docker, K8s, 30 other things to deploy an app (https://www.theregister.co.uk/2018/02/22/ibm_java_cto_john_duimovich_interview)
- By Thomas Claburn (https://twitter.com/ThomasClaburn) , The Register
- Atos Launches Manages Container Services Leveraging Red Hat OpenShift, Kubernetes (https://www.channele2e.com/news/atos-launches-managed-container-services-for-red-hat-openshift/)
- By Ty Trumbull (https://www.linkedin.com/in/tyler-trumbull-71275858/) , CHANNELe2e
- Last Week in Kubernetes Development; Week Ending Feburary 25, 2018 (http://lwkd.info/2018/20180227)
- By Josh Berkus (https://github.com/jberkus) , Red Hat
Presentations
- Over Time, Kubernetes May Take Over the Entire Lifecycle of Applications (https://thenewstack.io/time-kubernetes-may-take-entire-lifecycle-applications/)
- What makes Kubernetes unique? We asked Brandon Philips (https://twitter.com/BrandonPhilips) , Chief Technology Officer and co-founder of CoreOS, in our latest edition of The New Stack Makers podcast
- Kubernetes Runtime Security (https://www.youtube.com/watch?v=sEaaiOTT0kg)
- Kubernetes makes a orchestrating containers easy, but any technology that changes the way you workflow may impact security. This talk by Jen Tong (https://twitter.com/MimmingCodes) (Google) provides an overview of security concerns that come up as you move to containers and Kubernetes. It will go over relevant security features and common pitfalls. Then it will show these features in action as they mitigate the impact of vulnerabilities in a demo web application.
- The Great Container Management Debate [London]: Rancher v Nomad v Kubernetes v Mesosphere (https://www.youtube.com/watch?v=MkHZgJseOkU)
- Cheryl Hung (https://twitter.com/oicheryl) (StorageOS) andJames Betteley (https://twitter.com/jamesbetteley) (Contino) host an evening of rhetorical battle to determine the best container management solution on the market! Featuring Luke Bond (https://twitter.com/lukeb0nd) (controlplane), Ben Hall (https://twitter.com/Ben_Hall) (Katacoda), Darren Davison (https://www.linkedin.com/in/davisononline/) (Capita), Joerg Schad (https://twitter.com/joerg_schad) (Mesosphere), Nic Jackson (https://twitter.com/sheriffjackson) (Hashicorp), James Rasell (https://twitter.com/jrasell) (Elsevier), Shannon Williams (https://twitter.com/smw355) (Rancher), Tom Banford (https://www.linkedin.com/in/tom-bamford-8015a517/) (Wipro)
- Kubernetes Master node installation (https://www.youtube.com/watch?v=6_DUVh5uTl4)
- Published by DevOps Slovensko; K8s master node installed in 7 minutes
- Chaos Engineering with Chaos Toolkit and Weave against Kubernetes (https://www.youtube.com/watch?v=0Z1sNK6xVH0)
- Learn how to detect a weakness in your system using Chaos Engineering and the Chaos Toolkit
- Capturing Snapshots From Stateful Applications in Docker and Kubernetes (https://www.youtube.com/watch?v=SHH130TjWo0)
- Multistreaming with Alex Williams (https://twitter.com/alexwilliams) (The New Stack) and Luke Marsden (https://twitter.com/lmarsden) (Datamesh)
- Continuous Delivery em Kubernetes/OpenShift, Jenkins e Slack (https://www.youtube.com/watch?v=MBOsTx7Y0-Y)
- Full Development Life Cycle com Containers e Kubernetes; Feat Diogo Goebel (https://twitter.com/diogogoebel) (GetUpCloud)
- Hands-On with PipelineAI, GPU, TensorFlow, Kubernetes, Kafka, Jupyter, Scikit-Learn, PyTorch, Caffe (https://www.youtube.com/watch?v=0HWm4b5AW-8)
- Hands-on Learning with PipelineAI using GPU-based TensorFlow, GPUs, Kafka, and JupyterLab running on Kubernetes.
- Koffee With Kubernetes #3 (https://www.youtube.com/watch?v=1UWBjFEzPn0)
- 1. From Containers to Kubernetes (A short intro to Kubernetes) by Shahidh (https://www.youtube.com/redirect?event=video_description&v=1UWBjFEzPn0&q=https%3A%2F%2Ftwitter.com%2Fshahidh_k&redir_token=Nx-4b2z81ftRTgVlHMxabgzxaah8MTUxOTc0NzYwMEAxNTE5NjYxMjAw)
- 2. Role Based Access Control (RBAC) for Kubernetes Clusters by Tirumarai (https://www.youtube.com/redirect?event=video_description&v=1UWBjFEzPn0&q=https%3A%2F%2Ftwitter.com%2FTirumarai&redir_token=Nx-4b2z81ftRTgVlHMxabgzxaah8MTUxOTc0NzYwMEAxNTE5NjYxMjAw)
- Live Coding creating a Kubernetes Cluster in DigitalOcean with Packer and Terraform (https://www.youtube.com/watch?v=X0U9lW2Pg9A)
- This video is part one of n where Nic Jackson (https://twitter.com/sheriffjackson) (Hashicorp) introduces Terraform, Packer and the concepts of Infrastructure as Code to create a Kubernetes cluster in Digital Ocean.
- Getting Started with Kubernetes and the Cloud Native Ecosystem (https://www.youtube.com/watch?v=pU9mCySGhzU)
- This talk by Jorge Castro (https://twitter.com/castrojo) (Heptio) is for people who want to get the summary of what Kubernetes and containers are in the context of a Linux System Administrator. What do you really need to learn? What do you need to avoid? How do you know if you are ready for containers?
- Rancher Kubernetes Training – February 2018 (https://www.youtube.com/watch?v=Ahb1jlfHAOY)
- In this session, expert Jason Greathouse (https://twitter.com/usrbinjgreat) walks you through:
o Essential Kubernetes concepts
o The key components of a Kubernetes deployment
o Deploying and scaling a containerized application with Kubernetes, Helm, and Rancher
Recorded on February 22nd, 2018, all demonstrations were done live and in real-time.
- TGI Kubernetes 027: Securing the k8s dashboard and beyond! (https://www.youtube.com/watch?v=od8TnIvuADg)
- With the recent report of Tesla being compromised by having an open kubernetes dashboard, it seems like a good time to review best practices for both the dashboard and other similar services. Joe Beda (https://twitter.com/jbeda) looks at the current security model of the Kubernetes dashboard and explore using an authenticating proxy to secure any internal facing web service.
- Kubernetes Community Meeting 20180222 (https://www.youtube.com/redirect?event=video_description&v=1UWBjFEzPn0&q=https%3A%2F%2Ftwitter.com%2FTirumarai&redir_token=Nx-4b2z81ftRTgVlHMxabgzxaah8MTUxOTc0NzYwMEAxNTE5NjYxMjAw)
- Notes / agenda here (https://docs.google.com/document/d/1VQDIAB0OqiSjIHI8AWMvSdceWhnz56jNpZrLs6o7NJY/edit)
- Kubernetes SIG Testing 20180221 (https://www.youtube.com/watch?v=4Oa_Qnd3p1w)
- Notes / agenda here (https://docs.google.com/document/d/1z8MQpr_jTwhmjLMUaqQyBk1EYG_Y_3D4y4YdMJ7V1Kk/edit#heading=h.ukbaidczvy3r)
- Kubernetes SIG Azure 20180221 (https://www.youtube.com/watch?v=G8brdYVONTs)
- Notes / agenda here (https://docs.google.com/document/d/1SpxvmOgHDhnA72Z0lbhBffrfe9inQxZkU9xqlafOW9k/edit#heading=h.dm9wr8ympgj8)
- Kubernetes SIG Auth 20180221 (https://www.youtube.com/watch?v=EZn2dJU6loI)
- Notes / agenda here (https://docs.google.com/document/d/1woLGRoONE3EBVx-wTb4pvp4CI7tmLZ6lS26VTbosLKM/view#heading=h.ucn6b5acqauf)
- Kubernetes SIG Storage 20180215 (https://www.youtube.com/watch?v=7oYdq4l16-Y)
- Notes / agenda here (https://docs.google.com/document/d/1-8KEG8AjAgKznS9NFm3qWqkGyCHmvU6HVl0sk5hwoAE/edit#heading=h.bgrmir7r9zs7)
- Kubernetes SIG Storage – CSI Implementation Workgroup 20180216 (https://www.youtube.com/watch?v=pEcG2EwUcUs)
- Notes / agenda here (https://docs.google.com/document/d/1-WmRYvqw1FREcD1jmZAOjC0jX6Gop8FMOzsdqXHFoT4/edit#heading=h.1t2oqiukegsi)
- Kubernetes Office Hours (US Edition) 20180220 (https://www.youtube.com/watch?v=6lPYEyRNq_g)
- Notes / agenda here (https://github.com/kubernetes/community/blob/master/events/office-hours.md)
- Kubernetes Office Hours (EU Edition) 20180220 (https://www.youtube.com/watch?v=2-JIHUoEaUw)
- Notes / agenda here (https://github.com/kubernetes/community/blob/master/events/office-hours.md)
- Kubernetes SIG CLI 01172018 (https://www.youtube.com/watch?v=jlp3TduS7G0)
Slideshare
- Swift Cloud Workshop – Swift Microservices (https://www.slideshare.net/cnbailey/swift-cloud-workshop-swift-microservices)
- How to deploy Swift micro-services using Docker and Kubernetes, with scaling, monitoring and fault tolerance using the Kitura server side Swift framework. Provided byChris Bailey (https://twitter.com/chris__bailey) (IBM)
- Develop and deploy Kubernetes applications with Docker – IBM Index 2018 (https://www.slideshare.net/chanezon/develop-and-deploy-kubernetes-applications-with-docker-ibm-index-2018)
- Docker Desktop and Enterprise Edition now both include Kubernetes as an optional orchestration component. This talk by Patrick Chanezon (https://twitter.com/chanezonfr) (Google) will explain how to use Docker Desktop (Mac or Windows) to develop and debug a cloud native application, then how Docker Enterprise Edition helps you deploy it to Kubernetes in production.
- Rook on aws kubernetes meetup munchen 22_feb_18 (https://www.slideshare.net/OvidiuHutuleac/rook-on-aws-kubernetes-meetup-munchen-22feb18?qid=cb3e864f-ce48-4fbc-bccc-2bf1fd73c03e&v=&b=&from_search=1)
- Simple Rook setup on AWS and Kubernetes 1.8
Describing Challenges Ovidio Hutuleac (https://twitter.com/ovidiuhutuleac) (Audi) encounter during implementations. - Kubernetes Architecture – beyond a black box – Part 1 (https://www.slideshare.net/harryzhang735/kubernetes-beyond-a-black-box-part-1?qid=cb3e864f-ce48-4fbc-bccc-2bf1fd73c03e&v=&b=&from_search=2)
- This set of slides by Hao Zhang (https://www.linkedin.com/in/hao-h-zhang-74b39a41/) (LinkedIn) is a humble dig into one level below your running application in production, revealing how different components of Kubernetes work together to orchestrate containers and present your applications to the rest of the world.
- From Kubernetes to OpenStack in Sydney (https://www.slideshare.net/skanddh/from-kubernetes-to-openstack-in-sydney?qid=cb3e864f-ce48-4fbc-bccc-2bf1fd73c03e&v=&b=&from_search=24)
- This document is a presentation by Seungkyu Ahn (https://twitter.com/skanddh) & Taeil Choi (https://twitter.com/TaeilChoi) (SK Telecom) from OpenStack Summit Sydney. It describes how to easily install OpenStack on Kubernetes. It explains Kubernetes and OpenStack-Helm.
- Docker Dublin Meetup | 22 Feb 2018 | Docker + Kubernetes (https://www.slideshare.net/ThomasBarlow2/docker-dublin-meetup-22-feb-2018-docker-kubernetes?qid=cb3e864f-ce48-4fbc-bccc-2bf1fd73c03e&v=&b=&from_search=32)
- Introduction by Thomas Barlow (https://twitter.com/tomwbarlow) (Docker) to the Docker platform, Kubernetes and a recap of the DockerCon EU ’17 announcement around Kubernetes in Docker CE & EE.
- Continuous Delivery to Kubernetes with Jenkins and Helm (https://www.slideshare.net/davidcurrie/continuous-delivery-to-kubernetes-with-jenkins-and-helm?qid=cb3e864f-ce48-4fbc-bccc-2bf1fd73c03e&v=&b=&from_search=38)
- Presentation by David Currie (https://twitter.com/dcurrie) (IBM) given at Index San Francisco on 22 February 2018 covering deployment of Jenkins on Kubernetes with Helm and deployment from Jenkins to Kubernetes with Helm.
- Kubernetes in Azure (https://www.slideshare.net/karlots/kubernetes-in-azure?qid=cb3e864f-ce48-4fbc-bccc-2bf1fd73c03e&v=&b=&from_search=39)
- There’s a plethora of Container-related services available in Azure: Azure Container Instance, Azure Container Service, managed Kubernetes and managed container registry to name a few. I will cover the most useful container and container orchestration related services in this talk, explain their differences and help you figure out which scenarios they fit best. As presented by Karl Ots (https://twitter.com/fincooper) (Kompozure), Azure MVP at CNCF & Kubernetes Finland meetup. on February 22, 2018.
- Prometheus kubernetes tech talk (https://www.slideshare.net/chandreshpancholi1/prometheus-kubernetes-tech-talk?qid=cb3e864f-ce48-4fbc-bccc-2bf1fd73c03e&v=&b=&from_search=40)
- Application monitoring on Kubernetes by Chandresh Pancholi (https://www.linkedin.com/in/chandresh-pancholi-467a8015/) (Apache)
Upcoming Events
- February 28
- DevOps Porto #13: Google Cloud Platform and Kubernetes (https://www.meetup.com/devopsporto/events/247652857/) , Porto
- Amazon AI by Julien Simon – Kubernetes by Jonathan Lloyd (https://www.meetup.com/London-Dev-Community/events/247117158/) , London
- DevOps Talks – “Journey from Monolith to Kubernetes” & “Succeeding with DevOps” (https://www.meetup.com/Bristol-DevOps/events/247149159/) , Bristol
- Cloud Native Aarhus #6: Prometheus & Helm (https://www.meetup.com/Cloud-Native-Aarhus/events/246895606/) , Aarhus
- Demystifying Containers, Docker, and Kubernetes on Azure (https://www.meetup.com/Rochester-Azure-Users-Group/events/246517208/) , Fairport
- Data Pipeline Management w Apache Airflow & Traffic Control Strategies w Envoy (https://www.meetup.com/Chicago-Kubernetes/events/247814170/) , Chicago
- Common Problems Running Kubernetes in Production – A Q&A with Ralph from Heptio (https://www.meetup.com/orchestructure/events/246876888/) , Ann Arbor
- Kubernetes and Swarm – A Match Made in Heaven (https://www.meetup.com/Nashville-Kubernetes-Meetup/events/247557583/) , Nashville
- (Monthly) Azure User Group: Docker, Kubernetes and Azure Container Services (https://www.meetup.com/TampaDev/events/246303263/) , Tampa
- Building Immutable Kubernetes Clusters (https://www.meetup.com/downtown-san-jose-devops/events/247584332/) , San Jose
- March 1
- Deploying Microservices in Kubernetes (https://www.meetup.com/DigitalOceanIndiaOnline/events/248124296/) , Bangalore
- Koffee with Kubernetes (https://www.meetup.com/Kubernetes-for-Application-Developers/events/247732632/) , Bangalore
- Kubernetes stateful, clustered databases, and custom autoscalers (https://www.meetup.com/Kubernetes-Hong-Kong/events/247730300/) , Hong Kong
- Update on latest Kubernetes news: Service Mesh, Serverless and 1.9 (https://www.meetup.com/Kubernetes-Geneva/events/247652560/) , Genève
- Kubernetes na AWS: nasazení, provoz a údržba (https://www.meetup.com/GDG-Ostrava/events/247381363/) , Ostrava
- Episode 4 – Brendan Burns from Microsoft (and co-founder of Kubernetes) (https://www.meetup.com/CloudNativeGlasgow/) , Glasgow
- Pod Resources and Security (https://www.meetup.com/Frankfurt-am-Main-Kubernetes-Meetup/events/247556402/) , Frankfurt
- Getting Started with Kubernetes (https://www.meetup.com/Cardiff-Tech-Talk/events/247610020/) , Cardiff
- Pittsburgh Kubernetes Meetup (https://www.meetup.com/Pittsburgh-Kubernetes-Meetup/events/246486946/) , Pittsburg
- March Kubernetes Meetup (https://www.meetup.com/Kubernetes-Las-Vegas/events/247847326/) , Las Vegas
- March 5
- Kubernetes March 2018 Meetup (https://www.meetup.com/Singapore-Kubernetes-User-Group/events/246800326/) , Singapore
- CKA Office Hours Weekly (https://www.meetup.com/kubernauts/events/244450246/) , Online
- March 6
- Einführung in Docker & Kubernetes ! (https://www.meetup.com/EXXETA-AG-Stuttgart-Meetup/events/246859888/) , Stuttgart
- Kubernetes – from Zero to Hero (https://www.meetup.com/Kubernetes-Novosibirsk/events/248011940/) , Novosibirsk
- Kubernetes in production (https://www.meetup.com/k8s-bud/events/247345637/) , Budapest
- The Art of Visualizing Data in Kibana + Insights into Logz.io’s ELK Deployments (https://www.meetup.com/Boston-ELK-Stack/events/247378736/) , Boston
- NYOUG Joint Meetup with Microservices sponsored by Oracle (https://www.meetup.com/New-York-Open-Group-Meetup/events/248080063/) , NYC
- Build a Custom Controller for Kubernetes in Go (https://www.meetup.com/utahgophers/events/247099283/) , Utah
- Operating Kubernetes at Scale on OpenStack (https://www.meetup.com/openstack/events/247754592/) , San Jose
- Building Serverless Application Pipelines (https://www.cncf.io/event/webinar-serverless-pipelines/) , CNCF Webinar
- March 7
- Developing on Kubernetes: Serverless, Istio and more (https://www.meetup.com/Munich-Software-Development-Meetup/events/247512127/) , Munich
- Fantastic chatbots and where to find them | Up and Running with Kubernetes (https://www.meetup.com/GDGJohannesburg/events/246799924/) , Johannesburg
- March 8
- Let’s Meetup and take Kubernetes for a spin (https://www.meetup.com/DiscoTech-By-Oracle-Denmark/events/247734947/) , Copenhagen
- Runnings mixed workloads on K8s & deployments with Helm (https://www.meetup.com/Hamburg-Kubernetes-Meetup/events/247867978/) , Hamburg
- From zero to hero: What it takes to run containers in production (https://www.meetup.com/Kontena-Online/events/247771024/) , Helsinki
- Kubernetes L.A. – Building an ML Engine from Scratch & Cilium App Aware Security (https://www.meetup.com/Los-Angeles-Kubernetes-Meetup/events/246695439/) , Culver City
- March 8-11
- Kubernetes Meetup Tokyo # 10 (https://k8sjp.connpass.com/event/76816/) , Tokyo
- SCaLE 16X – the 16th annual Southern California Linux Expo (https://www.socallinuxexpo.org/scale/16x/container-days) , Pasadena
- March 13
- Prometheus Day: Presentation and Demo on Kubernetes monitoring, (https://www.meetup.com/Kubernetes-and-Cloud-Native-Addison/events/245317187/) Addison
- Spinnaker Kubernetes V2, AWS ECS and Community Talks (https://www.meetup.com/spinnaker/events/247754551/) , San Francisco
- March 14
- Deploying Go in Kubernetes (https://www.meetup.com/Belfast-Gophers/events/247589663/) , Belfast
- Software Architecture – Exploring Kubernetes with Lucas Godshalk (https://www.meetup.com/Denver-IASA/events/247320327/) , Denver
- Kubernetes Seattle: Amazon’s Kubernetes Services and Connected Cars with Daimler (https://www.meetup.com/Seattle-Kubernetes-Meetup/events/247781127/) , Seattle
- March 15
- Overview of Kubernetes – David Gageot (https://www.meetup.com/Docker-Rennes/events/247865468/) , Rennes
- March 18
- Azure Event Hub Ingestion at Scale with Python and Kubernetes (https://www.meetup.com/AzureIsrael/events/248021799/) , Tel Aviv
- March 19
- Advanced Auto scaling and Deployment tools in Kubernetes (https://www.meetup.com/serverless-Il/events/247282928/) , Tel Aviv-Yafo
- Docker MeetUp – Agenda likely Swarm 101 and Kubernetes Workshop (https://www.meetup.com/Docker-Raleigh/events/245444844/) , Cary
- March 20
- Kubernetes: An Introduction to the Open Source Container Orchestration Platform (https://www.meetup.com/Cork-OpenTechnology/events/247311400/) , Cork
- March 22
- Microservices, Kubernetes and CI (https://www.meetup.com/DevOps-Slovensko/events/247421909/) , Bratislava
- Kops + Terraform + AWS = k8s cluster! + Basic Vault. (https://www.meetup.com/HashiCorp-Skane/events/245880927/) , Malmo
- Azure ACS and Kubernetes (https://www.meetup.com/Azure-Meetup-Frankfurt/events/245803171/) , Frankfurt
- Introduction to Using PostgreSQL with Docker & Kubernetes (https://www.meetup.com/Toronto-Postgres-User-Group/events/247654962/) , Toronto
- March 23
- Kubernetes on IBM Cloud (https://www.meetup.com/codeweekend/events/248041340/) , Hyderabad
- March 26
- WCN #11 Kubernetes networking & cluster bootstrapping (https://www.meetup.com/Warsaw-Cloud-Native-Meetup/events/248159305/) , Warsaw
- April 9
- JAX DevOps (https://devops.jaxlondon.com/) , London
- April 10
- JAX DevOps (https://devops.jaxlondon.com/) , London
- April 11
- JAX DevOps (https://devops.jaxlondon.com/) , London
- April 12
- JAX DevOps (https://devops.jaxlondon.com/) , London
- May 23-25
- Container Days (https://2018.container.camp/au/) , Melbourne
Job Openings
- Solutions Engineer (https://jobs.lever.co/heptio/9b6c7578-b696-4468-859b-a39d58fa0eb8)
- Heptio; Seattle or remote; full-time
- Golang / Go Job: Devops engineer (Go, Kubernetes, microservices) (http://www.golangprojects.com/golang-go-job-bti-Devops-engineer-(Go-Kubernetes-microservices)-Rotterdam-Housing-Anywhere.html)
- Housing Anywhere; Rotterdam (relocation compensation available) Full-time
- Senior Software Engineer – Backend (https://www.remotey.com/vacancy/2254?utm_source=Twitter&utm_campaign=August17&utm_medium=Post)
- Close.io | United States | All Time Zones; fully remote, full time
- Principal Software Engineer – Envoy/OSS (https://angel.co/datawire-io/jobs/265354-principal-software-engineer-envoy-oss)
- Datawire; Boston, San Francisco, New Hampshire, Remote · Full time
- Software Engineer (https://stackoverflow.com/jobs/157985/software-engineer-skimlinks)
- Skimlinks; London (Relocation offered)
- Kubernetes Solutions Engineer (m/f) (http://www.visaok.in/job/1220-kubernetes-solutions-engineer-m-f-giant-swarm-gmbh/)
- Giant Swarm GmbH; Cologne, Full time
- Senior Systems / Devops Engineer – Linux Devops Kubernetes – Fi | UAE (http://hiringuae.com/2017/09/29/senior-systems-devops-engineer-linux-devops-kubernetes-fi-uae/)
- Aston Carter; United Arab Emirates
- Senior Back End Developer (https://www.teamwork.com/jobs/seniorbackenddev?utm_content=buffer09316&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer)
- Teamwork.com; Cork, Ireland or remote, Full Time
- Kubernetes Support Engineer (m/f) (http://www.visaok.in/job/1377-kubernetes-support-engineer-m-f-giant-swarm-gmbh/)
- Giant Swarm; Angola, Full time
- Cloud Solutions Architect (https://boards.greenhouse.io/mirantis/jobs/759034?gh_src=i6nxb51#.Wfdc8hOPKqA)
- Mirantis; Austin, Full time
- Kubernetes Specialist (http://www.aplitrak.com/?adid=ZWQuNTA1MjkudHdpQG1ici5hcGxpdHJhay5jb20)
- One of the largest companies in the world; Hampshire, £500/d
- Senior DevOps Engineer – Kubernetes,Dock (https://jobs.utah.gov/jsp/utjobs/single-job?j=3636317)
- SaaS Company; Sandy City, Full time
- Solutions Architect- Docker, Kubernetes, AWS (http://www.aplitrak.com/?adid=dmlra2ltaWxsZXIuMjMwMTcudHdpQGhhcnJpbmd0b25zdGFyci5hcGxpdHJhay5jb20)
- London; Full time
- Senior Product Manager, CI/CD (https://jobs.lever.co/gitlab/209de58a-4d9f-47a0-85d2-f2afbfb4fa93)
- Gitlab; Remote, Full time
- Kubernetes DevOps CI/CD pipeline (GCP) (https://www.freelancer.com/projects/python/kubernetes-devops-pipeline-gcp/)
- ARCUS Global Inc; Irvine, Full time
- Sr. Manager – Open Source Kubernetes (https://careers.vmware.com/job/-/-/1567/6194100?utm_source=twitter.com&utm_medium=social_post&utm_campaign=VMware_social&source=LIPJ)
- VMware PKS; Palo Alto, Full time
- Software Engineer (http://rss.cm/job/1330/65?utm_content=buffera3e60&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer)
- Synthace; London, Full time
- Sr. Infrastructure Security Engineer (https://www.stackpair.com/tinder/los-angeles/sr-infrastructure-security-engineer)
- Tinder; Los Angeles, Full time
- SENIOR SITE RELIABILITY / DEVOPS ENGINEER (https://fraugster.com/jobs/berlin-senior-devops)
- Fraugster; Berlin, Full time
- Dev Ops Engineer (https://boards.greenhouse.io/joinhandshake/jobs/862837#.WlK5G1Q-egQ)
- Handshake; San Francisco, Full time
- Senior Software Developer – Toolchain (https://jobs.lever.co/bitnami/e1101427-a6a3-43e3-a9bf-a10367594b5c)
- Bitnami; Sevilla or remote, Full time
- Kubernetes Architect (https://snaprecruit.com/job/Kubernetes-Architect-1515005747.html)
- Detroit, contract
- DevOps Engineer (CI Automation,Cloud,Docker) (m/f) (https://www.epages.com/career/jobs/?jh=yh9sa5545lniif5q8f0oqlsmssytutc&utm_content=buffer7efbc&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer)
- epages; Hamburg, Full time
- Software Engineer – Compute (http://grnh.se/ns1jr31)
- Datadog; Boston, New York, Paris, Remote, Full time
- OSS Software Engineer – Container Ecosystems (http://grnh.se/e8ifyc1)
- Datadog; Boston, New York, Paris, Remote, Full time
- Senior DevOps Engineer (https://www.linkedin.com/jobs/cap/view/559046674/?pathWildcard=559046674&trk=job_capjs)
- Caissa Global; Berlin, Full time
- Software Engineer (Infrastructure Lead) (https://www.stackpair.com/secondmeasure/san-mateo/software-engineer-infrastructure-lead)
- Second Measure; San Mateo, Full time
- DevOps Engineer – Kubernetes (https://averityteam.crelate.com/portal/job/fdain3skxby-507821)
- Averity, NYC, Full time
- DevOps Engineer With Hadoop (http://itjobpro.com/job/devops-engineer-with-hadoop?utm_source=dlvr.it&utm_medium=twitter)
- Averity, NYC, Full time
- Kubernetes Architect (https://www.talentvana.com/jobs/5707702298738688)
- Large Brand Automaker, Remote, Full time
- Staff Site Reliability Engineer, Observability (https://www.stackpair.com/zendesk/san-francisco/staff-site-reliability-engineer-observability)
- Zendesk, San Francisco, Full time
- Sr. Software Engineer – Cloud / Kubernetes / Python (http://jobs.jobvite.com/careers/tenable-network-security/job/o3rN6fw7?__jvst=Tenable%20Employee&__jvsd=sT9ITgwo&__jvsc=Twitter&bid=n8fWkDwL)
- Tenable, Dublin, Full time
- DevOps Engineer, Ansible, Docker, AWS, Kubernetes, Jenkins (http://www.aplitrak.com/?adid=d3N3aWZ0LjU4NzY4LnR3aUB0ZWtzeXN0ZW1zLmFwbGl0cmFrLmNvbQ)
- Multinational Company, London, Full time
- Lead DevOps Engineer (Docker, Kubernetes) (https://www.jobsite.co.uk/job/lead-devops-engineer-docker–kubernetes-960184612)
- Tech Team Building ‘Extreme Scale’ Data Products; London, Full time
- Presales Solutions Architect Storage Linux Docker Kubernetes (http://www.aplitrak.com/?adid=bmVpbC40MzM3OC50d2lAbWlsbHNoaWxsLmFwbGl0cmFrLmNvbQ)
- Software Defined Storage Vendor; London, Full time
- Software Engineer (Distributed Systems) (https://kasten.breezy.hr/p/1728c0f3cea3-software-engineer-distributed-systems?popup=true)
- Kasten; Los Altos, Full time
- Senior Education Engineer (https://jobs.lever.co/heptio/7cc31e2a-e194-4eec-97a5-9619ec768bfb)
- Heptio; Seattle/remote, Full time
- Senior DevOps Engineer – Kubernetes (https://www.roberthalf.com/job/new-york-ny/senior-devops-engineer-kubernetes/44211326)
- Well known entertainment company; NYC, Full time
- PAAS Cloud Architect – Kubernetes – Cloud Foundry – BOSH (http://www.aplitrak.com/?adid=Y25pY2hvbHMuMTQxNTkudHdpQGFhcDMuYXBsaXRyYWsuY29t)
- Fast expanding software company; London, Full time
Literature
- Cloud Native Infrastructure (http://www.cnibook.info/)
- This book by Kris Nova (https://twitter.com/Kris__Nova) and Justin Garrison (https://twitter.com/rothgar) will teach you when you should architect your systems to take advantage of the benefits of the cloud. It will give examples of pitfalls to avoid and show you the patterns to embrace to be successful. Running cloud native infrastructure requires different skills and has many benefits over traditional data centers.
- Kubernetes Patterns: Patterns, Principles, and Practices for Designing Cloud Native Applications (https://leanpub.com/k8spatterns)
- A minimalistic and focused guide with common use cases, patterns, principles and practises for developing Cloud Native applications on Kubernetes by Bilgin Ibryam (https://leanpub.com/u/bibryam) and Roland Huß (https://leanpub.com/u/rolandhuss)
- Free eBook: Deploying and Scaling Kubernetes with Rancher (http://info.rancher.com/deploying-scaling-kubernetes-ebook?utm_content=bufferfdaa4&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer)
- By Vishal Biyani (https://twitter.com/vishal_biyani) & Girish Shilamkar (https://twitter.com/shilamkar) ; guidebook provides a detailed introduction to using Kubernetes with the Rancher container management platform.
- Kubernetes Patterns (https://leanpub.com/k8spatterns)
- By Bilgin Ibryam (https://twitter.com/bibryam) & Roland Huß (https://twitter.com/ro14nd) ; A minimalistic and focused guide with common use cases, patterns, principles and practises for developing Cloud Native applications on Kubernetes.
- Architecting for Scale: High Availability for Your Growing Applications (https://www.amazon.com/Architecting-Scale-Availability-Growing-Applications-ebook/dp/B01IAK49FS%3FSubscriptionId%3DAKIAJ2HQNLFCLUOUMLHQ%26tag%3Dzippylab-20%26linkCode%3Dsp1%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB01IAK49FS&zpy=1)
- By Lee Atchison (https://twitter.com/leeatchison) ; provides basic techniques for building applications that can handle huge quantities of traffic, data, and demand without affecting the quality your customers expect.
- Kubernetes: Up and Running (http://shop.oreilly.com/product/0636920043874.do)
- Authors Kelsey Hightower (https://twitter.com/kelseyhightower) , Brendan Burns (https://twitter.com/brendanburns) , and Joe Beda (https://twitter.com/jbeda) —who’ve worked on Kubernetes at Google—explain how this system fits into the lifecycle of a distributed application. You will learn how to use tools and APIs to automate scalable distributed systems, whether it is for online services, machine-learning applications, or a cluster of Raspberry Pi computers.
- Kubernetes Definitive Guide: Keys from Docker to Kubernetes Practice (2nd Edition) – Kubernetes权威指南 (https://www.amazon.com/Kubernetes-Definitive-Guide-Docker-Practice/dp/7121299410%3FSubscriptionId%3DAKIAJ2HQNLFCLUOUMLHQ%26tag%3Dzippylab-20%26linkCode%3Dsp1%26camp%3D2025%26creative%3D165953%26creativeASIN%3D7121299410&zpy=1)
- Kubernetes Microservices with Docker (https://www.amazon.com/Kubernetes-Microservices-Docker-Vohra-ebook/dp/B01FXJ9OB8%3FSubscriptionId%3DAKIAJ2HQNLFCLUOUMLHQ%26tag%3Dzippylab-20%26linkCode%3Dsp1%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB01FXJ9OB8&zpy=1)
- By Vohra (https://www.amazon.com/s/ref=dp_byline_sr_ebooks_1?ie=UTF8&text=Vohra&search-alias=digital-text&field-author=Vohra&sort=relevancerank) ; This book on Kubernetes, the container cluster manager, discusses all aspects of using Kubernetes in today’s complex big data and enterprise applications, including Docker containers.
- Deploying Rails with Docker, Kubernetes and ECS (https://www.amazon.com/Deploying-Rails-Docker-Kubernetes-ECS/dp/1484224140%3FSubscriptionId%3DAKIAJ2HQNLFCLUOUMLHQ%26tag%3Dzippylab-20%26linkCode%3Dsp1%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1484224140&zpy=1)
- By Pablo Acuña (https://twitter.com/pabloacunar) ; shows you how to set up the project, push it to DockerHub, manage services and set up an efficient continuous integration environment.
- Everything Kubernetes; The ultimate guide to deploying, managing and scaling Kubernetes (https://www.stratoscale.com/resources/ebook/everything-kubernetes-5/?utm_medium=social)
- Kubernetes provides a complete set of building blocks that allow the automation of many operations for managing development, test, and production environments. This simple yet comprehensive guide offers you and your team everything you need to know on deploying, managing and scaling Kubernetes. It’s great for those experimenting with Kubernetes for the first time but also for Kubernetes rockstars.
- Kubernetes Management Design Patterns: With Docker, CoreOS Linux, and Other Platforms (https://www.amazon.com/Kubernetes-Management-Design-Patterns-Platforms/dp/148422597X%3FSubscriptionId%3DAKIAJ2HQNLFCLUOUMLHQ%26tag%3Dzippylab-20%26linkCode%3Dsp1%26camp%3D2025%26creative%3D165953%26creativeASIN%3D148422597X&zpy=1)
- By Vohra (https://www.amazon.com/s/ref=dp_byline_sr_ebooks_1?ie=UTF8&text=Vohra&search-alias=digital-text&field-author=Vohra&sort=relevancerank) ; The atomic unit of modular container service in Kubernetes is a Pod, which is a group of containers with a common filesystem and networking. The Kubernetes Pod abstraction enables design patterns for containerized applications similar to object-oriented design patterns. Containers provide some of the same benefits as software objects such as modularity or packaging, abstraction, and reuse
- Technical Guide to Creating and Accessing a Kubernetes Cluster on OpenStack (https://content.mirantis.com/Kubernetes-on-OpenStack-eBook-Landing-Page.html?utm_campaign=Kubernetes&utm_content=39244676&utm_medium=social&utm_source=twitter)
- As Kubernetes gains popularity, many people are asking: “How can Kubernetes and OpenStack be used together?” In this eBook, get a technical walkthrough on how to deploy Kubernetes on OpenStack and start running containerized apps on your Kubernetes cluster.
- Kubernetes Management Design Patterns: With Docker, CoreOS Linux, and Other Platforms 1st ed. Edition (https://www.amazon.com/Kubernetes-Management-Design-Patterns-Platforms/dp/148422597X%3FSubscriptionId%3DAKIAJ2HQNLFCLUOUMLHQ%26tag%3Dzippylab-20%26linkCode%3Dsp1%26camp%3D2025%26creative%3D165953%26creativeASIN%3D148422597X&zpy=1)
- Take container cluster management to the next level; learn how to administer and configure Kubernetes on CoreOS; and apply suitable management design patterns such as Configmaps, Autoscaling, elastic resource usage, and high availability. Some of the other features discussed are logging, scheduling, rolling updates, volumes, service types, and multiple cloud provider zones.
- Mastering CoreOS (https://www.amazon.com/Mastering-CoreOS-Sreenivas-Makam/dp/1785288121%3FSubscriptionId%3DAKIAJ2HQNLFCLUOUMLHQ%26tag%3Dzippylab-20%26linkCode%3Dsp1%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1785288121&zpy=1)
- By Sreenivas Makam (https://twitter.com/srmakam) ; This book covers the CoreOS internals and the technologies used in the deployment of container-based distributed applications. It starts with an overview of CoreOS and distributed application development while sharing knowledge on related technologies. Critical CoreOS services and networking and storage considerations for CoreOS are covered next.
- DevOps with OpenShift (https://www.openshift.com/promotions/devops-with-openshift.html)
- For many organizations, a big part of DevOps’ appeal is software automation using infrastructure-as-code techniques. This book presents developers, architects, and infra-ops engineers with a more practical option.
- The Kubernetes Book (https://leanpub.com/thekubernetesbook)
- By Nigel Poulton (https://twitter.com/nigelpoulton) ; Containers are here and resistance is futile! Now that people are getting their heads around Docker, they need an orchestration platform to help them manage their containerized apps. Kubernetes has emerged as one of the hottest and most important container orchestration platforms in the world. This book gets you up to speed fast!
- Kubernetes for Java Developers (http://www.oreilly.com/programming/free/kubernetes-for-java-developers.csp)
- Author Arun Gupta (https://twitter.com/arungupta) —Principal Open Source Technologist at Amazon Web Services—demonstrates how Kubernetes orchestration simplifies the plumbing needed to get containers up and running at all times. Although the examples in this report use Java, the concepts are applicable for anybody interested in getting started with Kubernetes.
- Kubernetes for Serverless Applications (https://media-glass.es/kubernetes-for-serverless-applications-2e1c8a24e0e3)
- This book by Russ McKendrick (https://twitter.com/russmckendrick) will initially start by introducing serverless functions. Then you will configure tools such as Minikube to run Kubernetes. Once you are up-and-running, you will install and configure Kubeless, your first step towards running Function as a Service (FaaS) on Kubernetes. Then you will gradually move towards running Fission, a framework used for managing serverless functions on Kubernetes environments. Towards the end of the book, you will also work with Kubernetes functions on public and private clouds.
- Kubernetes Cookbook: Building Cloud Native Applications (https://www.amazon.co.jp/dp/1491979682/ref=cm_sw_r_cp_api_BUwczb09YK4P5)
- By Sebastien Goasguen (https://twitter.com/sebgoa)
- Introduction to Kubernetes Using Docker (https://www.skillwise.com/sales/introduction-to-kubernetes-using-docker?aid=a-jydho314&utm_content=bufferbf967&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer)
- Docker is a transcendent tool for those who transfer, install, and manage software applications on a regular basis. The advent of Kubernetes, however, has somehow made containerizing and automating applications even easier. In this course designed for students of all skill levels, you’ll learn Docker, the world’s leading software containerization platform, and become a master of automating deployment, scaling, and management of containerized applications using Kubernetes.
- Kubernetes Cookbook (https://www.packtpub.com/packt/offers/free-learning)
- Learn how to automate and manage your Linux containers and improve the overall performance of your system
- Mastering Kubernetes (https://www.barnesandnoble.com/w/mastering-kubernetes-gigi-sayfan/1125338721?ean=9781786469854&st=PLA&sid=NOK_DRS_NOOK+EBooks_00000000&2sid=Google_&sourceId=PLGoP75008&gclid=EAIaIQobChMIwMPC2q_Y2AIVmEwNCh1N2QbCEAkYAiABEgIudfD_BwE)
- Master the art of container management utilizing the power of Kubernetes, by Gigi Sayfan (https://www.linkedin.com/in/gigisayfan/)