Highlights From the Links
- Kubernetes 1.10: Stabilizing Storage, Security, and Networking, Kubernetes.io (http://blog.kubernetes.io/2018/03/kubernetes-1.10-stabilizing-storage-security-networking.html)
In the first release of 2018, Kubernetes 1.10 continues to advance maturity, extensibility, and pluggability of Kubernetes. This newest version stabilizes features in 3 key areas, including storage, security, and networking. In this article by the 1.10 Release Team (https://github.com/kubernetes/sig-release/blob/master/releases/release-1.10/release_team.md) , check out the notable additions in this release and take a deep dive into CSI and Local Storage in the 1.10 release webinar (https://www.cncf.io/event/webinar-kubernetes-1-10/) . - Tips for Building a Kubernetes Proof of Concept, OpenSource.com (https://opensource.com/article/18/3/building-kubernetes-proof-concept)
What is the best way to introduce a new technology into your employer’s ecosystem? Communicating business benefits is easier to explain when you have a proof of concept. In this article by Luke Reed (https://twitter.com/localhost_luke) of TiVo, walk through each step of building a PoC with Kubernetes and what you should make sure to include. - Building Container Images Securely on Kubernetes, Jessie Frazelle’s Blog (https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/)
A lot of people seem to want to be able to build container images in Kubernetes without mounting in the docker socket or doing anything to compromise the security of their cluster. In this article, Jessie Frazelle (https://twitter.com/jessfraz) of Microsoft explains why this is a difficult problem to solve and how to do it. - Single Sign-On for Kubernetes: The Command Line Experience, The New Stack (https://thenewstack.io/single-sign-kubernetes-command-line-experience/)
Kubernetes has no login process and leaves it up to you to design the experience. While the flexibility allows you to create your own custom experience, it can be difficult to know where to start and what will work best for your use case. In this article, Joel Speed (https://twitter.com/joelaspeed) of Pusher explains what they did to get engineers logged in from the terminal and the challenges faced along the way.
Technical
- Tips for building a Kubernetes proof of concept (https://opensource.com/article/18/3/building-kubernetes-proof-concept)
- By Luke Reed (https://twitter.com/localhost_luke) , Tivo
- Migrating to Kubernetes with zero downtime: the why and how (https://blog.manifold.co/migrating-to-kubernetes-with-zero-downtime-the-why-and-how-d64ba9a92619)
- By Jelmer Snoeck (https://twitter.com/jelmersnoeck) , manifoldco
- Some notes on Kubernetes Network Policies (https://raesene.github.io/blog/2018/03/25/kubernetes-network-policies/)
- By Rory McCune (https://twitter.com/raesene) , NCC Group
- Building Container Images Securely on Kubernetes (https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/)
- By Jessie Frazelle (https://twitter.com/jessfraz) , Microsoft
- Upgrading a Kubernetes cluster on AKS using Azure CLI (https://thorsten-hans.com/upgrading-a-kubernetes-cluster-on-aks-using-azure-cli-603c9be7b369)
- By Thorsten Hans (https://twitter.com/ThorstenHans) , Thinktecture
- Using Kubernetes to deploy a chat gateway (or when technology works like it’s supposed to) (https://medium.freecodecamp.org/using-kubernetes-to-deploy-a-chat-gateway-or-when-technology-works-like-its-supposed-to-a169a8cd69a3)
- By Richard Li (https://twitter.com/rdli) , Datawire
- A Deep Dive Into Kubernetes Controllers (https://engineering.bitnami.com/articles/a-deep-dive-into-kubernetes-controllers.html)
- By Tu Nguyen (https://twitter.com/ngtuna11) , Bitnami
- Project Longhorn Now Available on Kubernetes (http://rancher.com/project-longhorn-now-available-kubernetes/)
- By Sheng Yang (https://twitter.com/yasker) , Rancher
- Set Up a Drone CI/CD Pipeline with Kubernetes (https://akomljen.com/set-up-a-drone-ci-cd-pipeline-with-kubernetes/)
- By Alen Komljen (https://twitter.com/alenkomljen) , Sematext
- Rails 5.2 Credentials and Kubernetes (http://kirshatrov.com/2018/03/24/rails-credentials-kubernetes/)
- By Kir Shatrov (https://twitter.com/kirshatrov) , Shopify
- Autoscale nginx and php-fpm independently on Google Kubernetes Engine (https://medium.com/@marekbartik/autoscale-nginx-and-php-fpm-independently-on-google-kubernetes-engine-290aead64f7f)
- By Marek Bartik (https://twitter.com/MarekBartik) , Ackee
- Single Sign-On for Kubernetes: The Command Line Experience (https://thenewstack.io/single-sign-kubernetes-command-line-experience/)
- By Joel Speed (https://twitter.com/JoelASpeed) , Pusher
- Monitoring Kubernetes Architecture (https://www.influxdata.com/blog/monitoring-kubernetes-architecture/)
- By Gianluca Arbezzano (https://twitter.com/GianArb) , InfluxData
- Sealed Secrets: Protecting Your Passwords Before They Reach Kubernetes (https://engineering.bitnami.com/articles/sealed-secrets.html)
- By Angus Lees (https://github.com/anguslees) , Bitnami
- Deep dive on the most severe Kubernetes vulnerabilities to date – CVE-2017-1002101 and CVE-2017-1002102 (https://www.twistlock.com/2018/03/21/deep-dive-severe-kubernetes-vulnerability-date-cve-2017-1002101/)
- By Nitsan Bin-Nun (https://www.twistlock.com/about-us/team/nitsan-bin-nun/) , Twistlock
- Shazam for Pets — Java PetStore on Kubernetes with New UX (https://medium.com/@blumareks/shazam-for-pets-java-petstore-on-kubernetes-with-new-ux-89b48565242b)
- By Marek Sadowski (https://twitter.com/blumareks) , Robotics Inventions
- Continuous Delivery Workflows On Modern Infrastructure – Run GoCD On Kubernetes (https://www.gocd.org/2018/03/21/continuous-delivery-gocd-kubernetes/)
- By Sheroy Marker (https://twitter.com/sheroymarker) , GoCD
- Running Redis Enterprise Kubernetes Service (https://redislabs.com/blog/running-redis-enterprise-kubernetes-service/)
- By Vick Kelkar (https://www.linkedin.com/in/vkelkar) , Redislabs
- Automate SQL server data pipelines with Kubernetes (https://medium.com/@dharmesh.kakadia/automate-sql-server-data-pipelines-with-kubernetes-63bc4ad0e438)
- By Dharmesh Kakadia (https://twitter.com/dharmeshkakadia) , Microsoft
- helm: The Kubernetes Package Manager (https://github.com/kubernetes/helm)
- By Matthew Fisher (https://github.com/bacongobbler) , Microsoft
- Dotmesh release-0.3.2 (https://github.com/dotmesh-io/dotmesh/releases/tag/release-0.3.2)
- By Luke Marsden (https://twitter.com/lmarsden) , Dotmesh
- vapor-ware/ksync: Sync files between your local system and a kubernetes cluster (https://github.com/vapor-ware/ksync)
- By Tim Fall (https://www.linkedin.com/in/timsfall/) , Mesosphere
- oci-flexvolume-driver: A Kubernetes volume driver for Oracle Cloud Infrastructure (https://github.com/oracle/oci-flexvolume-driver)
- By Tim Langford (https://github.com/templecloud) , Templecloud
Blogs / Articles
- Kubernetes 1.10: Stabilizing Storage, Security, and Networking (http://blog.kubernetes.io/2018/03/kubernetes-1.10-stabilizing-storage-security-networking.html)
- Kubernetes 1.10: an insider take on what’s new (https://cloudplatform.googleblog.com/2018/03/Kubernetes-1-10-an-insider-take-on-whats-new.html)
- By Craig Box (https://twitter.com/craigbox) , Google
- Welcoming what’s new in Kubernetes 1.10 (http://superuser.openstack.org/articles/k8s-110-release/)
- By Chris Huge (https://twitter.com/hogepodge) , Superuser
- Kubernetes 1.10 Release Advances Storage and Improves Security (http://www.eweek.com/cloud/kubernetes-1.10-release-advances-storage-and-improves-security?sc_cid=701f2000000txokAAA&utm_source=bambu&utm_medium=social&utm_campaign=advocacy)
- By Sean Kerner (https://twitter.com/TechJournalist) , eWeek
- Kubernetes 1.10 now available (https://www.itopstimes.com/contain/kubernetes-1-10-now-available/)
- By Jenna Sargent (https://twitter.com/jsargey) , ITOpsTimes
- The Top Challenges Kubernetes Users Face With Deployment (https://thenewstack.io/top-challenges-kubernetes-users-face-deployment/)
- By Lawrence Hecht (https://twitter.com/LawrenceHecht) , The New Stack
- Using Kubernetes to Build Versatile Microservices (https://nordicapis.com/using-kubernetes-api-microservices/)
- By Kristopher Sandoval/ (https://www.linkedin.com/in/kristophersandoval/) , Nordic APIs
- MapR’s Data Platform Provides a Persistent Storage Layer for Kubernetes (https://thenewstack.io/developers-like-maprs-persistent-storage-kubernetes/)
- By B. Cameron Gain (https://www.linkedin.com/in/b-cameron-gain-0669b9151/) , The New Stack
- Forget AWS Lambda, so long Kubernetes – this is the future of serverless (https://diginomica.com/2018/03/23/aws-lambda-kubernetes-future-serverless/)
- By Lee Atchison (https://twitter.com/leeatchison) , Diginomica
- GitLab 10.6 released with CI/CD for GitHub and deeper Kubernetes integration (https://about.gitlab.com/2018/03/22/gitlab-10-6-released/)
- By Victor Wu (https://twitter.com/victorwuky) , Gitlab
- Nvidia brings joy by bringing GPU acceleration to Kubernetes (https://techcrunch.com/2018/03/27/nvidia-brings-joy-by-bringing-gpu-acceleration-to-kubernetes/)
- By Frederic Lardinois (https://twitter.com/fredericl) , TechCrunch
- CRI-0 1.10 beta 1 released (https://medium.com/cri-o/cri-0-1-10-beta-1-released-fc28a898f593)
- By Mrunal Patel (https://twitter.com/mrunalp) , Red Hat
- JFrog Artifactory: Your Kubernetes Registry (https://jfrog.com/blog/jfrog-artifactory-kubernetes-registry/)
- By Kit Merker (https://twitter.com/KitMerker) , JFrog
- Kubernetes gains momentum in big data implementation process (http://searchdatamanagement.techtarget.com/feature/Kubernetes-gains-momentum-in-big-data-implementation-process)
- By Craig Stedman (https://twitter.com/craigstedman) , TechTarget
- Enter Google Agones, a Kubernete-Based System for Rapidly Scaling Game Servers (https://thenewstack.io/google-agones-kubernete-based-system-rapidly-scaling-game-servers/)
- By Alex Handy (https://twitter.com/AlexHandy1) , The New Stack
- Kubernetes Founder Craig McLuckie on Going Multi-Cloud and Open Source (https://www.infoq.com/news/2018/03/kubernetes-mcluckie)
- By Rags Srinivas (https://twitter.com/rags) , InfoQ
- Kubernetes 1.10 release hits mature enterprise container market (http://searchitoperations.techtarget.com/news/252437513/Kubernetes-110-release-hits-mature-enterprise-container-market?utm_content=69066185&utm_medium=social&utm_source=twitter)
- By Beth Pariseau (https://twitter.com/PariseauTT) , TechTarget
- ZTE Knitter Tailors Kubernetes to Meet Carrier 5G Needs (https://www.sdxcentral.com/articles/news/zte-knitter-tailors-kubernetes-to-meet-carrier-5g-needs/2018/03/)
- FD.io Bolsters Kubernetes, NFV, and Istio Support With Latest Release (https://www.sdxcentral.com/articles/news/fd-io-bolsters-kubernetes-nfv-and-istio-support-with-latest-release/2018/03/)
o By Dan Meyer (https://twitter.com/meyer_dan) , SDX Central - IBM Delivers the First Bare Metal Kubernetes in the Public Cloud (https://www.infoq.com/news/2018/03/ibm-kubernetes-bare-metal)
- By Steef-Jan Wiggers (https://www.linkedin.com/in/steefjan/) , InfoQ
- CoinMiner Campaigns Move to the Cloud via Docker, Kubernetes (https://www.bleepingcomputer.com/news/security/coinminer-campaigns-move-to-the-cloud-via-docker-kubernetes/)
- By Catalin Cimpanu (https://twitter.com/campuscodi) , Bleeping Computer
- 12 Kubernetes distributions leading the container revolution (https://www.infoworld.com/article/3265059/containers/12-kubernetes-distributions-leading-the-container-revolution.html#tk.twt_ifw)
- By Serdar Yegulalp (https://twitter.com/syegulalp) , InfoWorld
- Top 11 Continuous Delivery Tools for Kubernetes (Part 2) (https://dzone.com/articles/top-11-continuous-delivery-tools-for-kubernetes-pa)
- By Anita Buehrle (https://www.linkedin.com/in/anita-buehrle-8b196789/) , DZone
Presentations
- CNCF Webinar Series – Writing Less YAML – Using jsonnet and kubecfg to Manage Kubernetes Resources (https://www.youtube.com/watch?v=zpgp3yCmXok)
- In this webinar, we’ll look at how jsonnet can help create declarative manifests, using its features like modularity, lazy evaluation, etc. to allow using common templates and derived manifest trees. Additionally we’ll explore the features provided by kubecfg CLI tool to ease interacting with Kubernetes directly from these jsonnet files and/or stock YAML manifests.
- Monitoring Kubernetes Environments with Elasticsearch, Elastic Stack (https://hostingjournalist.com/video/monitoring-kubernetes-environments-with-elasticsearch-elastic-stack/)
- A walkthrough of capturing metrics and logs when using Metricbeat and Filebeat for monitoring Kubernetes
- A DevOps State of Mind with Microservices, Containers and Kubernetes – FOSSASIA 2018 (https://www.youtube.com/watch?v=0V7bhtvmNd0&feature=youtu.be)
- Rapid innovation, changing business landscapes, and new IT demands force businesses to make changes quickly. In the eyes of many, containers are at the brink of becoming a pervasive technology in Enterprise IT to accelerate Microservices delivery. A presentation by Chris Van Tuin (https://twitter.com/chrisvantuin) , Red Hat
- Red Hat’s Brian Gracely on the business of Kubernetes (https://architecht.io/red-hats-brian-gracely-on-the-business-of-kubernetes-ca56710a9d2a)
- In this episode of the ARCHITECHT Show, Red Hat’s director of OpenShift product strategy Brian Gracely (https://twitter.com/bgracely) discusses a range of issues around Kubernetes and containers, including the company’s recent acquisition of CoreOS.
- Gitkube: The Heroku experience on Kubernetes (https://blog.hasura.io/get-the-heroku-experience-on-kubernetes-e049dbd60e28)
- Heroku revolutionized the way applications are deployed on the cloud; with a simple
git push
. Today, we can get the same experience on Kubernetes using open source tools like Gitkube. By Tirumarai Selvan (https://twitter.com/Tirumarai) , Hasuri - Distributed Data Show Episode 39: Cassandra on Kubernetes with Aaron Ploetz (https://www.youtube.com/watch?time_continue=2&v=BdBFSC_NlS8)
- We talk with Aaron Ploetz (https://twitter.com/APloetz) of Target about how they implemented Cassandra on Kubernetes and celebrate Aaron passing Jonathan Ellis to the top of the Cassandra tag in Stackoverflow.
- Running Postgres SQL as Containerized Applications with Kubernetes (https://www.youtube.com/watch?v=SccZo6TArM4)
- In this video, you will learn:
- Dynamically create storage volumes, on-demand
- Launch Postgres SQL container
- Postgres SQL failover and recovery
- Data retention during failover
o Featuring Martijn Kieboom (https://twitter.com/MartijnKieboom) (MapR) - Kubernetes & Istio | GDG Bogotá Streaming
- Stop reinventing the wheel with Istio, featuring Mete Atamel (https://twitter.com/meteatamel) (Google)
- OpenShift Commons ML Briefing: ML/AI Data Pipelines on Kubernetes (https://www.youtube.com/watch?v=DcbjWWtjfhs)
- Daniel Whitenack (https://twitter.com/dwhitena) (Pachyderm) discusses how to enable Machine Learning and AI Data Pipelines on Kubernetes and OpenShift with the Machine Learning on OpenShift SIG of OpenShift Commons.
- Spinnaker Meetup w/ Armory at Gusto + Slides • Kubernetes v2 Provider (https://www.youtube.com/watch?v=mtbHrDB61Wc)
- Keynote with Lars Walker (Google) and Isaac Mosquera (https://twitter.com/imosquera) (Armory): Design discussion of the priorities and process for selecting the Kubernetes V2 provider.
- TGI Kubernetes 029: Developing Apps with Ksync (https://www.youtube.com/watch?v=QW85Y0Ug3KY)
- Deploying applications to Kubernetes is one thing. But what about developing on Kubernetes? How do you use Kubernetes to run your application in an environment that is similar to production? Featuring Joe Beda (https://twitter.com/jbeda) (Heptio)
- How to build jenkins CI/CD pipeline with Docker Kubernetes and NetApp (https://www.youtube.com/watch?v=5SyhKEr2Vl8)
- This is a demo video by Kapil Arora (https://twitter.com/kaparora) (NetApp) on how you can build a Jenkins pipeline for stateful web applications using Docker, Kubernetes and NetApp.
- Food Fight Show – Introduction to Kubernetes (https://www.youtube.com/watch?v=C4weDu-RBLI)
- Introduction to Kubernetes with Kelsey Hightower, by Nathen Harvey (https://twitter.com/nathenharvey)
- Kubernetes Happy Hour : Auto Scaling (https://www.youtube.com/watch?v=wI20WE7Jo_s)
- Go over horizontal auto scaling in k8s with the autoscaler
- Kubernetes 1.10 Release Burndown Meeting 20180322 (https://www.youtube.com/watch?v=yEFVWifpCUw)
- Meeting notes / agenda here (https://docs.google.com/document/d/11u91ypj8Gt8PlTincWuQ3iB2X3tITBxqn6JMkTduEZw/edit)
- Kubernetes SIG Cluster Lifecycle 20180321 – Cluster API (https://www.youtube.com/watch?v=iyl10eoLnh8)
- Meeting notes / agenda here (https://docs.google.com/document/d/16ils69KImmE94RlmzjWDrkmFZysgB2J4lGnYMRN89WM/edit#heading=h.dqa4ycwj7avf)
o Highlights: - Plans for the new repository (owners, migrating code, migrating issues)
- MachineClasses
- Breaking the machine controller’s dependency on Google Actuator
- MachineDeployment status
- Kubernetes Sig Docs 20180320 (https://www.youtube.com/watch?v=6kqebK6fc3M)
- Meeting notes / agenda here (https://docs.google.com/document/d/1Ds87eRiNZeXwRBEbFr6Z7ukjbTow5RQcNZLaSvWWQsE/edit)
- Kubernetes SIG Testing 20180320 (https://www.youtube.com/watch?v=8W6bHVVPbiU)
- Meeting notes / agenda here (https://docs.google.com/document/d/1z8MQpr_jTwhmjLMUaqQyBk1EYG_Y_3D4y4YdMJ7V1Kk/edit#heading=h.ukbaidczvy3r)
- Kubernetes SIG Network 2018-03-22 (https://www.youtube.com/watch?v=c_ow4SGcvU8)
- Kubernetes Office Hours 20180321 (US Edition) (https://www.youtube.com/watch?v=9S6GB_rVySU)
- Kubernetes Office Hours 20180321 (EU Edition) (https://www.youtube.com/watch?v=E4gz06LvV94)
Slideshare
- Managed Kubernetes in Azure door (https://speakerdeck.com/devnetnoord/managed-kubernetes-in-azure-door-arjen-steinhauer)
- devNetNoord #13; By Arjen Steinhauer (https://www.linkedin.com/in/asteinhauer/) (ilionx)
- Kubernetes on Alibaba cloud (https://www.slideshare.net/YoshidaShingo/kubernetes-on-alibaba-cloud)
- 2018.3.20 @ AliEaters #2 で発表した資料です。by Shingo Yoshida (https://twitter.com/yoshidashingo)
- Stop reinventing the wheel with Istio (https://drive.google.com/file/d/1np1hPExz1gXX6lmBToGPftLGntiw3j7w/view)
- Slides for Mete Atamel (https://twitter.com/meteatamel) ‘s (Google) Kubernetes and Istio talk from GDG Bogota
- Kubernetes – Shifting the mindset from servers to containers – microxchg 2018 (https://www.slideshare.net/schlomo/kubernetes-shifting-the-mindset-from-servers-to-containers-microxchg-2018-schlomo-schapiro?qid=d7478ca1-1b98-407a-800e-c73674b55ae8&v=&b=&from_search=36)
- This talk explores the mindset shift that developers and admins of Linux servers have to do in order to fully take advantage of the power of a Kubernetes cluster; By Schlomo Schapiro (https://www.linkedin.com/in/schlomo/) , (Deutsche Bahn)
- Patroni: Kubernetes-native PostgreSQL companion (https://www.slideshare.net/AlexanderKukushkin1/patroni-kubernetesnative-postgresql-companion?qid=d7478ca1-1b98-407a-800e-c73674b55ae8&v=&b=&from_search=41)
- Alexander Kukushkin (https://twitter.com/cyberdemn) will explain how Patroni uses Kubernetes API to run a leader election and store the cluster state. I’m going to live-demo a deployment of HA PostgreSQL cluster on Minikube and share our own experience of running more than 130 clusters on Kubernetes.
- Mastering kubernetes ingress nginx (https://www.slideshare.net/SidharthaMani/mastering-kubernetes-ingress-nginx?qid=d7478ca1-1b98-407a-800e-c73674b55ae8&v=&b=&from_search=46)
- Sidhartha Mani (https://twitter.com/utter_babbage) (Koki) walks you through from basics of Kubernetes Ingress to some of the most important nitty-grity details
- Running Kubernetes with Amazon EKS – AWS Online Tech Talks (https://www.slideshare.net/AmazonWebServices/running-kubernetes-with-amazon-eks-aws-online-tech-talks?qid=d7478ca1-1b98-407a-800e-c73674b55ae8&v=&b=&from_search=54)
- Learning Objectives:
- What is Amazon EKS
- How Amazon EKS helps you run Kubernetes on AWS
- Timelines for availability and next steps
o By Nishi Davidson (https://twitter.com/nishidavidson) , Amazon
By Dan Wilson (https://www.linkedin.com/in/dan-wilson-298265/) , SAP - Git ops: Git based application deployment patterns for Kubernetes (https://www.slideshare.net/ShahidhKMuhammed/git-ops-git-based-application-deployment-patterns-for-kubernetes?qid=d7478ca1-1b98-407a-800e-c73674b55ae8&v=&b=&from_search=55)
- Shahidh Muhammed (https://twitter.com/shahidh_k) (Hasura) talks about various patterns revolving around GitOps (Git + Devops) for applications deployment onto Kubernetes and introduces Gitkube (https://github.com/hasura/gitkube) as a tool to do GitOps.
Upcoming Events
- March 28
- Kubernetes: within 3 months to production (https://www.meetup.com/Developers-nl-Meetup/events/248266906/) , Rotterdam
- Google Cloud Study Jam: GCP Essentials, Docker, and Kubernetes (https://www.meetup.com/Google-Developers-Group-GDG-Chicago/events/246617828/) , Chicago
- Best Practices for Managing Kubernetes and Stateful Services (https://www.eventbrite.com/e/best-practices-for-managing-kubernetes-and-stateful-services-tickets-43900421342?aff) , Minneapolis
- Kubernetes March Meetup (https://kubeweekly.com/kubeweekly-128/) , Atlanta
- Kubernetes and the Google Container Engine (https://www.meetup.com/Lincoln-Code/events/246714770/) , Lincoln
- Containers,Kubernetes & Google Cloud, by @meteatamel Developer Advocate Google (https://www.meetup.com/ecuadorjug/events/248514309/) , Quito
- March 29
- Kubernetes Warsaw Regular Meetup at Google HQ (18:30 Thursday 29th March) (https://www.meetup.com/Kubernetes-Warsaw/events/247980550/) , Warsaw
- Volume and Configuration Management on Kubernetes (https://www.meetup.com/DevOps-Underground/events/248883906/) , Istanbul
- Meet & Exchange Lessons-Learned About Kubernetes (https://www.meetup.com/toronto-kubernetes/events/248444797/) , Toronto
- Introduction to Kubernetes: CI/CD pipeline (https://www.meetup.com/DevOps-Online-Meetup-Colorado/events/248426237/) , Denver
- Introduction to Kubernetes: CI/CD pipeline (https://www.meetup.com/DevOps-Online-Meetups/events/248425649/) , San Francisco
- March 30
- Waffles and Kubernetes (https://www.meetup.com/TheLab-ms/events/248912291/) , Plano
- March 31
- Kubernetes Ahmedabad Kick-Off Meetup (https://www.meetup.com/Kubernetes-Ahmedabad/events/248832742/) , Ahmedabad
- Kubernetes Fundamental Online Trainings (every 2 weeks) (https://www.meetup.com/kubernauts/events/248232722/) , Online
- April 2
- Gutenberg and Kubernetes (https://www.meetup.com/WordPress-Iloilo/events/248477668/) , Iloilo
- An Introduction to Using PostgreSQL with Docker & Kubernetes (https://www.meetup.com/DC-PostgreSQL-Users-Group/events/248803030/) , Arlington
- April 3
- CNCF Webinar Series – Getting Helm to be Enterprise-ready (https://www.cncf.io/event/webinar-helm-enterprise/) , Online
- Deploying Stateful Services in Kubernetes (https://www.meetup.com/DigitalOceanIndiaOnline/events/248424370/) , Bangalore
- April Meetup (https://www.meetup.com/Kubernetes-Finland/events/248641731/) , Helsinki
- April 4
- Kubernetes (https://www.meetup.com/Xforce-Kennissessies/events/248745285/) , Houten
- Poroučej svému Cloudu s Kubernetes (https://www.meetup.com/gdgbrno/events/249025435/) , Brno
- Meetup #17 @Dailymotion: Storage orchestration and how to write Kubernetes apps (https://www.meetup.com/Cloud-Native-Computing-Paris/events/248696748/) , Paris
- Building Kubernetes Operators & Simulating Molecules with Cloud Native VR (https://www.meetup.com/Bristol-Cloud-Native/events/248581120/) , Bristol
- Kubernetes – Pivotal Container Service (South Bay) (https://www.meetup.com/Cloud-Foundry-Users-San-Francisco-Bay-Area/events/248251909/) , Palo Alto
- DevOps with Kubernetes and Helm (https://www.meetup.com/SoCal-DevOps-Users-Group/events/247967919/) , SoCal
- Containers for Networking and Kubernetes Runtime Security (https://www.meetup.com/gdg-silicon-valley/events/248451246/) , Mountain View
- April 5
- First Kubernetes Sofia group meetup (https://www.meetup.com/Sofia-Kubernetes-Meetup/events/248657069/) , Sofia
- Pittsburgh Kubernetes Meetup (https://www.meetup.com/Pittsburgh-Kubernetes-Meetup/events/247900512/) , Pittsburg
- Introducing Kong Kubernetes Ingress Controller & Kong 0.13 (https://www.meetup.com/Kong-SF/events/248351871/) , San Francisco
- April 9
- JAX DevOps (https://devops.jaxlondon.com/) , London
- April 10
- CNCF Webinar Series – What’s New in Kubernetes 1.10 (https://www.cncf.io/event/webinar-kubernetes-1-10/) , Online
- JAX DevOps (https://devops.jaxlondon.com/) , London
- Special Guest – Justin Garrison from Disney Animation! (https://www.meetup.com/Cloud-Native-Utah/events/248926369/) , Lehi
- Kubernetes (https://www.meetup.com/Bridgeport-WV-Linux-User-Group-Meetup/events/247627126/) , Bridgeport
- Kubernetes is not HA, Making your app HA on Kubernetes (https://www.meetup.com/BoulderJavaUsersGroup/events/236144822/) , Boulder
- April 11
- Best Practices for Kubernetes on AWS (https://www.meetup.com/AWS-Cloud-Experts-Berlin/events/249119048/) , Berlin
- JAX DevOps (https://devops.jaxlondon.com/) , London
- Deploying MySQL on Kubernetes & Openshift (https://www.meetup.com/triangle-devops/events/249062263/) , Morrisville
- Chris Love: Kubernetes is not HA, Making your app HA on Kubernetes (https://www.meetup.com/DenverJavaUsersGroup/events/246706156/) , Denver
- Introducing Kubernetes Ingress Controller for Kong (https://www.meetup.com/Kong-SF/events/248351871/) , San Francisco
- April 12
- Developing a devops friendly Kubernetes integration for ArangoDB (https://www.meetup.com/Cologne-Cloud/events/248888398/) , Köln
- First Kubernetes Sofia group meetup (https://www.meetup.com/Sofia-Kubernetes-Meetup/events/248657069/) , Sofia
- JAX DevOps (https://devops.jaxlondon.com/) , London
- Kubernetes Meetup #8 (https://www.meetup.com/Boston-Kubernetes-Meetup/events/248699475/) , Cambridge
- Introduction to Kubernetes (https://www.meetup.com/Miami-Java-User-Group/events/248816159/) , Miami
- April 14
- Kubernetes on IBM Cloud – Part 2/2 (https://www.meetup.com/codeweekend/events/248041340/) , Hyderabad
- April 24
- CNCF Webinar Series – Deploying and managing Kubernetes-ready apps with Kubeapps (https://www.cncf.io/event/webinar-packing-kubernetes-apps/) , Online
- May 1
- Your Path to Production Ready Kubernetes (https://go.weave.works/kubecon-workshop-2018?LSD=KubeWeekly&Source=Third%20Party%20Content%20Syndication) , Copenhagen
- May 14-17
- [TRAINING] Kubernetes Deep Dive (https://www.eventbrite.com/e/training-kubernetes-deep-dive-los-angeles-tickets-44141766211?aff=Tweets) , Los Angeles
- May 23-25
- Container Days (https://2018.container.camp/au/) , Melbourne
Job Openings
- Field Engineer (https://jobs.lever.co/heptio/b9e5d402-2882-46d2-affe-145c3fae1494)
- 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
- 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
- SENIOR SITE RELIABILITY / DEVOPS ENGINEER (https://fraugster.com/jobs/berlin-senior-devops)
- SITE RELIABILITY / OPERATIONS ENGINEER (https://fraugster.com/jobs/berlin-devops)
o 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
- 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
- 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
- PAAS Cloud Architect – Kubernetes – Cloud Foundry – BOSH (http://www.aplitrak.com/?adid=Y25pY2hvbHMuMTQxNTkudHdpQGFhcDMuYXBsaXRyYWsuY29t)
- Fast expanding software company; London, Full time
- Senior DevOps Engineer – AWS | Docker | Kubernetes | CI/CD | Linux (http://jobfeeds.info/devops/content/senior-devops-engineer-aws-docker-kubernetes-cicd-linux)
- Financial services industry; UK, 6-12 month contract
- Site Reliability Engineer (https://www.stackpair.com/meteor/remote/site-reliability-engineer)
- Meteor; Remote, Full time
- Platform Operations Engineer – (Kubernetes / Docker) (http://www.bubble-jobs.co.uk/job/234020/Platform-Operations-Engineer-Kubernetes-Docker-Leeds-Leeds)
- Sky Betting & Gaming, Leeds, Full time
- DEVOPS ENGINEER: (AWS, AZURE, KUBERNETES, AUTOMATION) (https://www.technojobs.co.uk/jt/smc?ID=2489173&dfmid=rss&utm_source=dlvr.it&utm_medium=twitter)
- Global business and technology leader, UK, 6-12 contract
- Senior Dev Ops Engineer – Docker – Kubernetes (https://stackoverflow.com/jobs/170425/senior-dev-ops-engineer-docker-kubernetes-noble-markets)
- Noble Markets; NYC, Full time
- Kubernetes Consultant (https://angel.co/kublr/jobs/338215-product-specialist-consultant)
- Kublr; Washington DC, Remote · Contract
- DevOps Engineer – Kubernetes, AWS, Terraform – 160k (https://www.dice.com/jobs/detail/DevOps-Engineer-%26%2345-Kubernetes%2C-AWS%2C-Terraform-%26%2345-160k-CyberCoders-San-Francisco-CA-94101/cybercod/TO1%26%2345142810910?icid=sr12-1p)
- CyberCoders; San Francisco, Full time
- Customer support engineer (https://angel.co/datawire-io/jobs/339326-customer-support-engineer-kubernetes)
- Datawire; Boston, 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 (http://shop.oreilly.com/product/0636920064947.do)
- If your organization is preparing to move toward a cloud-native computing architecture, this cookbook shows you how to successfully use Kubernetes, the de-facto standard for automating the deployment, scaling, and management of containerized applications. With more than 80 proven recipes, developers, system administrators, and architects will quickly learn how to get started with Kubernetes and understand its powerful API, by Sebastien Goasguen (https://twitter.com/sebgoa) and Michael Hausenblas (https://twitter.com/mhausenblas)
- 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.
- 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/)