KubeWeekly #129
Published: March 21, 2018
Highlights from the Links
- Running Apache Spark Jobs on AKS, Microsoft (https://docs.microsoft.com/en-us/azure/aks/spark-job)
Apache Spark, a fast engine for large-scale data processing, now supports native integration with Kubernetes clusters as a scheduler for Spark jobs. In this article, Lena Hall (https://twitter.com/lenadroid) and Neil Peterson (https://github.com/neilpeterson) of Microsoft walk you through how to prepare and run Apache Spark jobs on an Azure Container Service (AKS) cluster. If you want to learn more about using Spark for large scale data processing on Kubernetes, check out this treehouse discussion video (https://channel9.msdn.com/Shows/The-Open-Source-Show/Treehouse-discussion-submitting-Spark-jobs-using-Kubernetes-scheduler-on-AKS) . - Introducing Agones: Open-source, Multiplayer, Dedicated Game-server Hosting Built on Kubernetes, Google (https://cloudplatform.googleblog.com/2018/03/introducing-Agones-open-source-multiplayer-dedicated-game-server-hosting-built-on-Kubernetes.html)
In the world of distributed systems, hosting and scaling dedicated game servers for online, multiplayer games presents some unique challenges. Because Kubernetes is an open-source, common standard for building complex workloads and distributed systems, it makes sense to expand this to scale game servers. In this article, Mark Mandel (https://twitter.com/Neurotic) of Google introduces Agones, an open-source, dedicated game server hosting and scaling project built on top of Kubernetes, with the flexibility you need to tailor it to the needs of multiplayer games. - 8 Ways to Bolster Kubernetes Security, TechBeacon (https://techbeacon.com/8-ways-bolster-kubernetes-security?es_p=6347322)
Kubernetes can affect many runtime security functions, including authentication, authorization, logging, and resource isolation. Since it also affects the container runtime environment, it’s a crucial part of maintaining a secure container infrastructure. In this article, John P. Mello Jr. (https://twitter.com/jpmello) of TechBeacon explains 8 ways to help keep Kubernetes secure. - Kubernetes from the Ground Up: Choosing a Configuration Method, OzNetNerd (http://upflow.co/l/VAGR/kubernetes-from-the-ground-up-choosing-a-configuration-method)
Kubernetes’ configuration is simply a bunch of Kubernetes objects. In this article, Will Robinson (https://twitter.com/OzNetNerd) of Contino takes you through a quick look at what these objects are, and what they’re used for. You’ll walk through imperative commands, imperative objects, and declarative objects including what imperative vs. declarative means and what is right for your application.
Technical
- How to Integrate RollingUpdate Strategy for TPR in Kubernetes (http://blog.kubernetes.io/2018/03/how-to-integrate-rollingupdate-strategy.html)
- By Orain Xiong (https://www.linkedin.com/in/orain-xiong-90629731) , WOQU Technology
- Network policies for Kubernetes are generally available (https://cloudplatform.googleblog.com/2018/03/Kubernetes-Engine-network-policy-is-now-generally-available.html?lipi=urn%3Ali%3Apage%3Ad_flagship3_feed%3BaZP3ANNVTseiBA9aLmEW5w%3D%3D&licu=urn%3Ali%3Acontrol%3Ad_flagship3_feed-object)
- By Manjot Pahwa (https://twitter.com/manjotpahwa) (Google), Andy Randall (https://twitter.com/andrew_randall) (Tigera)
- Analysis of a Kubernetes hack — Backdooring through kubelet (https://medium.com/handy-tech/analysis-of-a-kubernetes-hack-backdooring-through-kubelet-823be5c3d67c)
- By Alexander Urcioli (https://www.linkedin.com/in/alexander-security-engineer/) , Handy
- Using Kubernetes for Local Development (http://nemethgergely.com/using-kubernetes-for-local-development/)
- By Gergely Nemeth (https://twitter.com/nthgergo) , Node.js
- Kubernetes System Security – Protecting Against Kubelet Exploits (https://neuvector.com/blog/kubernetes-security-protecting-kubelet/)
- By Andson Tung (https://www.linkedin.com/in/andson-tung-539b575/) , NeuVector
- Internal load balancing for kubernetes services on Google Cloud (https://medium.com/google-cloud/internal-load-balancing-for-kubernetes-services-on-google-cloud-f8aef11fb1c4)
- By Mark Betz (https://twitter.com/markbetz) , Olark
- Diving into Kubernetes clusters with Honeycomb (https://honeycomb.io/blog/2018/03/diving-into-kubernetes-clusters-with-honeycomb/)
- By Travis Redman (https://twitter.com/travissata) , Honeycomb
- Kubeless using Kafka on etcd (https://banzaicloud.com/blog/kubeless/)
- By Molnár Bálint (https://twitter.com/baluchicken) , Banzai
- Deploy a MongoDB replica set using the IBM Cloud Container Service (https://www.ibm.com/developerworks/cloud/library/cl-deploy-mongodb-replica-set-using-ibm-cloud-container-service/index.html)
- By Peter Tuton (https://twitter.com/ptuton) , IBM
- Running your private Kubernetes cluster on Azure with ACS Engine (http://blog.jreypo.io/containers/microsoft/azure/cloud/cloud-native/running-your-private-kubernetes-cluster-on-azure-with-acs-engine/)
- By Juan Manuel Rey (https://twitter.com/jreypo) , Microsoft
- Your SAP on Azure – Part 6 – SAP HANA Express on Azure Kubernetes Cluster (AKS) (https://blogs.sap.com/2018/03/14/your-sap-on-azure-part-6-sap-hana-express-on-azure-kubernetes-cluster-aks/)
- By Bartosz Jarkowski (https://www.linkedin.com/in/bartosz-jarkowski-3621a417/) , SAP
- Monitoring your Kubernetes cluster running on Azure Container Service (AKS) using Log Analytics (https://zimmergren.net/monitor-azure-container-services-aks-kubernetes-with-azure-log-analytics/)
- ByTobias Zimmergren (https://twitter.com/zimmergren) , Rencore
- Testing Galera in Kubernetes (http://www.eriksuniverse.com/test-galera-kubernetes.html)
- By Erik Sliman (https://twitter.com/erik_in_usa) , Blog
- Securing Kubernetes for OpenFaaS and beyond (https://www.twistlock.com/2018/03/20/securing-kubernetes-openfaas-beyond/)
- By Daniel Shapira (https://twitter.com/danielshapira) , Twistlock
- How do I set up my local Kubernetes environment today? — Part 1 (https://medium.com/@nikovirtala/how-do-i-set-up-my-local-kubernetes-environment-today-part-1-2f2d83a9a3e1)
- By Niko Virtala (https://twitter.com/nikovirtala) , Nord Cloud
- A Secure Supply Chain for Kubernetes, Part 2 (https://blog.docker.com/2018/03/secure-supply-chain-for-kubernetes-part-2/)
- By Jenny Fong (https://twitter.com/TechGalJenny) , Docker
- Building stuff with the Kubernetes API (Part 3) — Using Python (https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-part-3-using-python-aea5ab16f627)
- By Vladimir Vivien (https://twitter.com/VladimirVivien) , Dell
- mcgonagall — A Kubernetes Manifest Shorthand (https://medium.com/@a_robson/mcgonagall-a-kubernetes-manifest-shorthand-413572d4a039)
- By Alex Robson (https://twitter.com/A_Robson) , npm, Inc.
- Jumping Down The Rabbit Hole: Docker, Kubernetes, and IBM Bluemix (Part 1) (https://medium.com/@charlievanrantwijk/jumping-down-the-rabbit-hole-docker-kubernetes-and-ibm-bluemix-part-1-9307b25d3a08)
- By Charlie van Rantwijk (https://www.linkedin.com/in/charlie-van-rantwijk-25718594/) , TheLedger
- Deploying Kubernetes with vRealize Automation (reloaded) (https://ict.swisscom.ch/2018/03/deploying-kubernetes-with-vrealize-automation-reloaded/)
- By Daniele Ulrich (https://twitter.com/DanieleUlrich) , Swisscom
- The Advantages of Using Kubernetes and Docker Together (https://stackify.com/kubernetes-docker-deployments/)
- By Erik Dietrich (https://twitter.com/daedtech) , Daedtech
- Monitoring Kubernetes Architecture (https://www.influxdata.com/blog/monitoring-kubernetes-architecture/)
- By Gianluca Arbezzano (https://twitter.com/GianArb) , InfluxData
- Deploying Java Applications with Kubernetes and an API Gateway (https://hackernoon.com/deploying-java-applications-with-kubernetes-and-an-api-gateway-fc471644bea7)
- By Richard Li (https://twitter.com/rdli) , Datawire
- How do I configure OpenEBS to use storage on specific Kubernetes nodes? (https://blog.openebs.io/how-do-i-configure-openebs-to-use-storage-on-specific-kubernetes-nodes-361e3e842a78)
- By Amit Das (https://github.com/AmitKumarDas?tab=stars) , Openebs
- Create a Kubernetes Cluster in GCE in 5 minutes (https://medium.com/@pubudu538/create-a-kubernetes-cluster-in-gce-in-5-minutes-d82928834863)
- By Pubudu Gunatilaka (https://twitter.com/PubuduSpace) , WSO2
- Protect Kubernetes Dashboard with OpenID Connect (https://itnext.io/protect-kubernetes-dashboard-with-openid-connect-104b9e75e39c)
- By Hidetake Iwata (https://hidetake.org/) , Tokyo
- Dynamic secrets on Kubernetes pods using Vault (https://medium.com/@gmaliar/dynamic-secrets-on-kubernetes-pods-using-vault-35d9094d169)
- By Guy Maliar (https://twitter.com/flawless_retard) , Tailor Tech
- WebSocket x Kubernetes: connection problems (https://medium.com/@sippakornraksakiart/websocket-x-kubernetes-%E0%B8%9B%E0%B8%B1%E0%B8%8D%E0%B8%AB%E0%B8%B2%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%80%E0%B8%8A%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%A1%E0%B8%95%E0%B9%88%E0%B8%AD-29ea36d0f4ad)
- By Sippakorn Raksakiart (https://twitter.com/spksoft) , Fin Street
- Introducing Jenkins X: a CI/CD solution for modern cloud applications on Kubernetes (https://jenkins.io/blog/2018/03/19/introducing-jenkins-x/)
- By James Strachan (https://twitter.com/jstrachan) , Cloudbees
- The ArangoDB Operator for Kubernetes – Stateful Cluster Deployments in 5min (https://www.arangodb.com/2018/03/arangodb-operator-kubernetes-stateful-cluster-deployments/)
- By Ewout Prangsma (https://twitter.com/ewoutp) , ArangoDB
- Kubernetes or KuberPwn (https://medium.com/@netscylla/kubernetes-or-kuberpwn-586c687d5459)
- By Netscylla (https://twitter.com/netscylla)
- Kube-router, a turnkey solution for Kubernetes networking (https://github.com/cloudnativelabs/kube-router)
- By JuanJo Ciarlante (https://github.com/jjo) & Murali Reddy (https://www.linkedin.com/in/murali-reddy-3759574/) , Bitnami
- kubectx: Fast way to switch between clusters and namespaces in kubectl! (https://github.com/ahmetb/kubectx)
- By Ahmet Alp Balkan (https://twitter.com/ahmetb) , Google
- Gitkube: Build and deploy docker images to Kubernetes using git push (https://github.com/hasura/gitkube)
- By Tirumarai Selvan (https://github.com/tirumaraiselvan) , Hasura
- Kubernetes status line for tmux (https://github.com/jonmosco/kube-tmux)
- By Jon Mosco (https://twitter.com/jpmosco) , Corporation Service Company
Blogs / Articles
- Principles of Container-based Application Design (http://blog.kubernetes.io/2018/03/principles-of-container-app-design.html)
- By Bilgin Ibryam (https://twitter.com/bibryam) , Red Hat
- Cloud Native Computing Foundation Welcomes the NATS Messaging Protocol into the Fold (https://thenewstack.io/cloud-native-computing-foundation-welcomes-nats-messaging-fold/)
- By Joab Jackson (https://twitter.com/Joab_Jackson) , The New Stack
- Windows Server 2019 will feature Linux and Kubernetes support (https://venturebeat.com/2018/03/20/windows-server-2019-will-feature-linux-and-kubernetes-support/amp/)
- By Blair Hanley Frank (https://twitter.com/belril) , VentureBeat
- Q&A with James Munnelly and Matt Bates on Kubernetes Stateful Services and Navigator at QCon London (https://www.infoq.com/news/2018/03/kubernetes-stateful-services)
- By Manuel Pais (https://twitter.com/manupaisable) , InfoQ
- “With Containers as a Service, regardless of what you plan to bake, you no longer have to build the kitchen first” (https://jaxenter.com/devops-containers-cloud-interview-142472.html)
- By Gabriela Motroc (https://twitter.com/GabrielaMotroc) , JAXEnter
- Introducing Skaffold: Easy and repeatable Kubernetes development (https://cloudplatform.googleblog.com/2018/03/introducing-Skaffold-Easy-and-repeatable-Kubernetes-development.html)
- By Vic Iglesias (https://twitter.com/vicnastea) , Google
- Google Releases “Skaffold”, a Tool That Facilitates Continuous Development with Kubernetes (https://www.infoq.com/news/2018/03/skaffold-kubernetes)
- By Daniel Bryant (https://twitter.com/danielbryantuk) , InfoQ
- Google Introduces Agones, Game Server Hosting Built On Kubernetes (https://solutionsreview.com/devops/2018/03/14/google-agones-kubernetes/)
- By Tyler W. Stearns (https://twitter.com/CloudTechReview) , Solutions Review
- IBM brings the ease of containers to complex workloads with managed Kubernetes on bare metal (https://www.ibm.com/blogs/cloud-computing/2018/03/managed-kubernetes-bare-metal/)
- By Jason McGee (https://twitter.com/jrmcgee) , IBM
- IBM launches bare metal Kubernetes (https://techcrunch.com/2018/03/14/ibm-launches-bare-metal-kubernetes/)
- By Frederic Lardinois (https://twitter.com/fredericl) , TechCrunch
- IBM brings managed Kubernetes to bare metal (http://www.zdnet.com/article/ibm-brings-managed-kubernetes-to-bare-metal/)
- By Stephanie Condon (https://twitter.com/stephcondoncbs) , ZDNet
- Toshiba KumoScale NVMe-oF Storage Software Launched (With Review Preview) (http://www.storagereview.com/toshiba_kumoscale_nvmeof_storage_software_launched_with_review_preview)
- By Adam Armstrong (https://twitter.com/_adam_armstrong) , Storage Review
- Uncorking Fine Wine by Using an IoT Pipeline with Kubernetes on vSphere (https://blogs.vmware.com/pulseiot/2018/03/08/uncorking-fine-wine-using-iot-pipeline-kubernetes-vsphere/)
- By Tom Scanlan (https://www.linkedin.com/in/tomscanlan/) , VMware
- Disaggregation: Why “Breaking Up” is How Enterprises and Developers are Falling for the Next Evolution of PaaS (https://www.ciscoinvestments.com/2018/03/disaggregation-breaking-up-enterprises-developers-paas/?utm_source=socialambassadorhub&utm_content=blog%3flrx=khnqzh1516301039)
- By Tina Nolte (https://twitter.com/TinaNolte) , Cisco
- Kubernetes: What is Immutable Infrastructure? (https://dyn.com/blog/kubernetes-what-is-immutable-infrastructure/)
- By Patrick Galbraith (https://dyn.com/blog/author/patrick-m-galbraith/) , Oracle Dyn
- What’s new in Apache Spark? Low-latency streaming and Kubernetes (https://www.infoworld.com/article/3262995/spark/whats-new-in-apache-spark-low-latency-streaming-and-kubernetes.html)
- By Ian Pointer (https://www.linkedin.com/in/ian-pointer-5058a716/) , InfoWorld
- Kubernetes: an exciting future for developers and infrastructure engineering (https://www.thoughtworks.com/insights/blog/kubernetes-exciting-future-developers-and-infrastructure-engineering-0#.WrFckH-FpMw.twitter)
- By Inny So (https://twitter.com/mini_inny) & James Gregory (https://twitter.com/jagregory) , ThoughtWorks
- Spotlight on Kubernetes (https://dzone.com/articles/spotlight-on-kubernetes)
- By Stefan Thorpe (https://twitter.com/stefanthorpe) , Caylent
- Why Kubernetes Operators are a game changer (https://blog.couchbase.com/kubernetes-operators-game-changer/?utm_source=dlvr.it&utm_medium=twitter)
- By Denis Rosa (https://twitter.com/deniswsrosa) , Couchbase
- Five tips to move your project to Kubernetes (https://blog.alexellis.io/move-your-project-to-kubernetes/)
- By Alex Ellis (https://twitter.com/alexellisuk/) , OpenFaaS
- 3 best practices for securing Kubernetes environments (https://opensource.com/article/18/3/best-practices-securing-kubernetes-environments)
- By Gary Duan (https://twitter.com/gary_duan_) , NeuVector
- Kubernetes: the “distributed” Linux of the cloud (https://jaxenter.com/kubernetes-graduates-cncf-interview-aniszczyk-142512.html)
- By Gabriela Motroc (https://twitter.com/GabrielaMotroc) , JAXEnter
- Last Week in Kubernetes Development; Week Ending March 18, 2018 (http://lwkd.info/2018/20180319)
- By Josh Berkus (https://github.com/jberkus) , Red Hat
Presentations
- Cloud Unfiltered Podcast, Episode 38: Dan Kohn Explains What CNCF is Up To (https://blogs.cisco.com/cloud/cloud-unfiltered-podcast-episode-38-dan-kohn-explains-what-cncf-is-up-to)
- What do you know about CNCF? You probably hear people in the industry mention the acronym fairly often—generally in connection with Kubernetes—but do you know what it is, when it started, or why it exists? Ali Amagasu (https://twitter.com/aliamagasu) (Cisco) didn’t, and she suspects that at least some of you don’t either, so this week she invited Dan Kohn (https://twitter.com/dankohn1) (CNCF) to be on the show.
- [Podcast] PodCTL #30 – 2018 Kubernetes Trends (https://blog.openshift.com/podcast-podctl-30-2018-kubernetes-trends/?utm_source=dlvr.it&utm_medium=twitter)
- The goal of this show is to give the listeners a sense of where the Kubernetes community is focused on stability vs. innovation vs. experimentation.
- Interview with Rita Zhang, Principal Software Engineer (https://www.youtube.com/watch?v=kZXM0hi1gFg)
- In this episode of GALs, filmed at the Microsoft Reactor space in San Francisco, Christina Warren (https://twitter.com/film_girl) interviews Rita Zhang (https://twitter.com/ritazzhang) , a principal software engineer in CSE at Microsoft
- Using Vagrant and VirtualBox to set up a Kubernetes cluster (https://www.youtube.com/watch?v=lFmASV4R8-Q&feature=youtu.be)
- Using Vagrant and VirtualBox to set up a distributed and usable Kubernetes development cluster in 20 minutes; by Jimmy Song (https://twitter.com/jimmysongio) , TalkingData
- Kubernetes Operators Managing Complex Software with Software (http://www.trumpacademi.com/kubernetes-operators-managing-complex-software-with-software/)
- By Josh Wood (https://joshix.com/tags/coreos/) (CoreOS), In this talk, we’ll illustrate the Operator concept, showing how Operators arebuilt atop the Kubernetes third-party resources mechanism with a closeexamination of the open source etcd Operator
- SE-Radio Episode 319: Nicole Hubbard on Migrating from VMs to Kubernetes (http://www.se-radio.net/2018/03/se-radio-episode-319-nicole-hubbard-on-migrating-from-vms-to-kubernetes/)
- Edaena Salinas (https://twitter.com/edaenas) (Microsoft) talks with Nicole Hubbard (https://twitter.com/nicolerenee3810) (WP Engine) about migrating a VM infrastructure to Kubernetes at KubeCon 2017 in Austin.
- Treehouse discussion: submitting Spark jobs using Kubernetes scheduler on AKS (https://channel9.msdn.com/Shows/The-Open-Source-Show/Treehouse-discussion-submitting-Spark-jobs-using-Kubernetes-scheduler-on-AKS)
- Follow the discussion between Lena (https://twitter.com/lenadroid) & Bernd (https://twitter.com/berndverst) (Microsoft) and learn about a new Kubernetes scheduler option in the latest release of Spark 2.3.0.
- Spinnaker meetup: Kubernetes v2 provider (https://www.youtube.com/watch?v=OnX5O44s_sU)
- Streamed live on Mar 13, 2018, Feat Lars Wander (https://twitter.com/larswander) (Google) & Isaac Mosquera (https://twitter.com/imosquera) (Armory)
- Deploy an AKKA cluster to Kubernetes (https://www.youtube.com/watch?v=ZlRzJJkRMw4)
- Streamed live Mar 20, 2018; Feat Andy Shi (https://www.linkedin.com/in/shiandy/) (IBM)
- Kinvolk Tech Talks: Infrastructure components for Kubernetes deployments (https://www.youtube.com/watch?v=XWrDpNUUNrQ)
- This talk by Sergiusz Urbaniak (https://twitter.com/_surbaniak) (Gesundheitscloud) and Alex Somesan (https://twitter.com/ASomesan) (CoreOS/Red Hat), was first presented at the Pre-FOSDEM Kubernetes event in Brussels at the beginning of February 2018.
- UPDATE Kubernetes: How to enforce internal service LBs (https://www.youtube.com/watch?v=SYf-cbmA6WI)
- Lachlan Evenson (https://twitter.com/LachlanEvenson) looks at using external webhook admission controllers to enforce the create of only internal service LBs
- Distributed Data Show Episode 39: Cassandra on Kubernetes (https://www.youtube.com/watch?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.
- Istio is not just for Microservices: Secure your Kubernetes services using Istio Service Mesh (https://www.youtube.com/watch?v=Nc8jx8oLzss)
- Todd Kaplinger (https://twitter.com/todkap) presents this session at Index – San Francisco 2018.
- Kubernetes Community Meeting 20180315 (https://www.youtube.com/watch?v=tvP_HPFteKI)
- Notes / agenda here (https://docs.google.com/document/d/1VQDIAB0OqiSjIHI8AWMvSdceWhnz56jNpZrLs6o7NJY/edit)
- Kubernetes SIG Cluster Lifecycle 20180314 – Cluster API (https://www.youtube.com/watch?v=PrhrfZKEXvI)
- Notes / agenda here (https://docs.google.com/document/d/16ils69KImmE94RlmzjWDrkmFZysgB2J4lGnYMRN89WM/edit#)
- Kubernetes 1.10 Release Burndown Meeting 20180316 (https://www.youtube.com/watch?v=gdW3a7PvBbs)
- Notes / agenda here (https://docs.google.com/document/d/11u91ypj8Gt8PlTincWuQ3iB2X3tITBxqn6JMkTduEZw/edit#heading=h.2lpu4vhkd9b3)
- Kubernetes 1.10 Release Burndown Meeting 20180319 (https://www.youtube.com/watch?v=Kiu4lUPxJig)
- Notes / agenda here (https://docs.google.com/document/d/11u91ypj8Gt8PlTincWuQ3iB2X3tITBxqn6JMkTduEZw/edit)
- Kubernetes 1.10 Release Burndown Meeting 20180320 (https://www.youtube.com/watch?v=BZ1jshT198E)
- Notes / agenda here (https://docs.google.com/document/d/11u91ypj8Gt8PlTincWuQ3iB2X3tITBxqn6JMkTduEZw/edit)
- Kubernetes SIG Architecture Community Meeting 20180315 (https://www.youtube.com/watch?v=fxda13JmIB0)
- Notes / agenda here (https://docs.google.com/document/d/1BlmHq5uPyBUDlppYqAAzslVbAO8hilgjqZUTaNXUhKM/edit#heading=h.dm9wr8ympgj8)
- Kubernetes SIG Cluster Lifecycle 20180313 (https://docs.google.com/document/d/1deJYPIF4LmhGjDVaqrswErIrV7mtwJgovtLnPCDxP7U/edit#heading=h.xsikgkn152he)
- Notes / agenda here (https://docs.google.com/document/d/1deJYPIF4LmhGjDVaqrswErIrV7mtwJgovtLnPCDxP7U/edit#heading=h.ocyo93qqrr2l)
o Highlights: - Rolling etcd back to 3.1.12 for the 1.10 release
- 1.9 to 1.10 upgrade tests
- HA upgrade doc
- Code freeze Wed
- Future discussions needed on kubelet dynamic config & CoreDNS
- Deleting old getting started guides
- Kubernetes SIG Apps 20180319 (https://www.youtube.com/watch?v=86ZOVubF5gM)
- sigclusterops 20180315 (https://www.youtube.com/watch?v=-R6Xmf_qziQ)
- Kubernetes Federation WG sync 20180314 (https://www.youtube.com/watch?v=1sSIWpNWKRo)
- SIG Contributor Experience 20180314 (https://www.youtube.com/watch?v=dhZfG61EOdY)
Slideshare
- Kubernetes 101 (https://speakerdeck.com/life1347/kubernetes-101)
- by Ta-Ching Chen (https://github.com/life1347) , VMFive
o Git Repo: https://github.com/life1347/k8s-tutorial
Blog: https://tachingchen.com/tw/blog/kubernetes-101 - Docker for Mac/Windows ではじめる Kubernetes / NDS55 Docker with Kubernetes (https://speakerdeck.com/hayajo/nds55-docker-with-kubernetes)
- by Hayato Imai (https://speakerdeck.com/hayajo)
- Deploy prometheus on kubernetes (https://www.slideshare.net/damianigbe/deploy-prometheus-on-kubernetes?qid=484b565b-48ab-4df8-8ec2-eb7be160b773&v=&b=&from_search=18)
- Deploy Prometheus on Kubernetes to monitor Containers. Containers are dynamic and often deployed in large quantities. In such an environment, monitoring is crucial to help with the overall health of the kubernetes environment. This tutorial by Damian Igbe (https://twitter.com/DamianIgbe) explains how to deploy prometheus on Kubernetes.
- Federated Kubernetes: As a Platform for Distributed Scientific Computing (https://www.slideshare.net/BobKillen/federated-kubernetes-as-a-platform-for-distributed-scientific-computing?qid=484b565b-48ab-4df8-8ec2-eb7be160b773&v=&b=&from_search=19)
- A high level overview of Kubernetes Federation and the challenges encountered by Bob Killen (https://twitter.com/MrBobbyTables) (CNCF) when building out a Platform for multi-institutional Research and Distributed Scientific Computing.
- Dive into DevOps | March, Traefik as kubernetes ingress controller (https://www.slideshare.net/Provectus/dive-into-devops-march-traefik-as-kubernetes-ingress-controller-ihor-borodin?qid=484b565b-48ab-4df8-8ec2-eb7be160b773&v=&b=&from_search=20)
- A presentation by Ihor Borodin (https://github.com/hatemosphere) , Lead DevOps Engineer at Intellias.
- NGINX Lunch and Learn Event: Kubernetes and the NGINX Plus Ingress controller (https://www.slideshare.net/KatherineBagood/nginx-lunch-and-learn-event-kubernetes-and-the-nginx-plus-ingress-controller?qid=484b565b-48ab-4df8-8ec2-eb7be160b773&v=&b=&from_search=21)
- This event was held at Cutters Crabhouse in Seattle, WA on March 14th.
- Kubernetes on AWS (https://www.slideshare.net/AmazonWebServices/kubernetes-on-aws-91107409?qid=484b565b-48ab-4df8-8ec2-eb7be160b773&v=&b=&from_search=22)
- Tzung-En Chiang, Solutions Architect, Amazon Web Services
o – Kubernetes Cluster Setup - CI/CD with applications deployed on Kubernetes
- IAM
- Visibility
- Demo
- Network Plugin Introduction
- Mastering Kubernetes on AWS – Tel Aviv Summit (https://www.slideshare.net/arungupta1/mastering-kubernetes-on-aws-tel-aviv-summit?qid=484b565b-48ab-4df8-8ec2-eb7be160b773&v=&b=&from_search=42)
- A presentation given by Arun Gupta (https://twitter.com/arungupta) (AWS) & Amit Bezalel (https://twitter.com/amitbez) (Microfocus)
Upcoming Events
- March 21
- Kubernetes митап (https://www.meetup.com/Enterprise-Containers/events/248693819/) , Moscow
- Customizing Kubernetes DNS using Consul to scale Nginx RTMP (https://www.meetup.com/Kubernetes-Tel-Aviv/events/248439499/) , Tel Aviv
- Extending Kubernetes API & Autoscaling with Custom Metrics (https://www.meetup.com/Kubernetes-Barcelona/events/247733129/) , Barcelona
- Distributed Databases & Kubernetes (https://www.meetup.com/DevOpsATL/events/248303404/) , Atlanta
- Learn the basics of Kubernetes (https://www.meetup.com/Cloud-Native-Denver/events/248216895/) , Denver
- Introduction to Kubernetes & Istio (https://www.meetup.com/IBM-Code-Bay-Area-Meetup/events/248906732/) , Sunnyvale
- Kubernetes 101 / Containers in Production – Meetup # 7 (https://www.meetup.com/AWS-Guatemala/events/248279361/) , Guatemala
- Meetup # 1: Introduction to Kubernetes (https://www.meetup.com/Guatemala-Kubernetes-Meetup/events/248235325/) , Guatemala
- Unfolding Kubernetes in AWS, Database Services in AWS (https://www.meetup.com/AWS-User-Group-Panama/events/248303303/) , Panama
- Istio – Diving into Pilot – Cloud Native Primer Series (https://www.meetup.com/Cloud-Native-Online-Meetup/events/248450123/) , Online
- March 22
- Koffee with Kubernetes (https://www.meetup.com/Kubernetes-for-Application-Developers/events/248031747/?_xtd=gqFyqTIxNTY3MjAwNqFwo3dlYg&from=ref) , Bangalore
- 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
- K8s Meetup @dreamIT: Embrace Kubernetes as your Yoga guru (https://www.meetup.com/dreamIT-Hamburg/events/248568394/) , Hamburg
- Kubernetes and Cloud Native Meetup Dresden #3 – Dev-Cluster as a cattle (https://www.meetup.com/Kubernetes-and-Cloud-Native-Group-Dresden/events/247504012/) , Dresden
- Introduction to Using PostgreSQL with Docker & Kubernetes (https://www.meetup.com/Toronto-Postgres-User-Group/events/247654962/) , Toronto
- March Kubernetes and OpenShift Meetup #25 (https://www.meetup.com/Triangle-Kubernetes-Meetup/events/248158120/) , Raleigh
- Modernizing A Legacy App For Docker And Kubernetes (https://www.meetup.com/Detroit-Kubernetes-Docker-all-things-Cloud-Native/events/247640016/) , Detroit
- March 23
- Kubernetes on IBM Cloud (https://www.meetup.com/codeweekend/events/248041340/) , Hyderabad
- Kubernetes March 2018 Meetup (FOSSASIA Edition) (https://www.meetup.com/Singapore-Kubernetes-User-Group/events/248693241/) , Singapore
- March 24
- SecOps – kubernetes with vault management solution (https://www.meetup.com/ATMECS-Technologies/events/248347542/) , Hyderabad
- March 26
- 금융권 고객을 위한 올바른 API Gateway 솔루션 선택 & Kong Kubernetes Ingress Controller 소개 (https://www.meetup.com/Kong-SEOUL/events/247765654/) , Seoul
- WCN #11 Kubernetes networking & cluster bootstrapping (https://www.meetup.com/Warsaw-Cloud-Native-Meetup/events/248159305/) , Warsaw
- Autoscaling and Optimisation for Kubernetes & ECS – An Advanced Workshop (https://www.meetup.com/London-DevOps-AWS-Meetup/events/248503958/) , London
- Docker 5th Birthday – Workshops and Kubernetes for Developers (https://www.meetup.com/Docker-Hampton-Roads/events/248491330/) , Norfolk
- Explore the basics of Kubernetes (https://www.meetup.com/Kubernetes-and-Cloud-Native-Kansas-City/events/248001199/) , Kansas City
- Blockchain on Kubernetes with Helm and How to Secure Kubernetes Secrets (https://www.meetup.com/Vancouver-Google-Kubernetes-Meetup/events/248565099/) , Vancouver
- March 27
- Running PostgreSQL on Kubernetes at scale: Zalando experience (https://www.meetup.com/melpug/events/247976314/) , Melbourne
- Kubernetes praktycznie (dla programistów Scala) (https://www.meetup.com/WarsawScala/events/248256737/) , Warsaw
- Big Data on Kubernetes (https://www.meetup.com/Big-Data-Meetup-Budapest/events/248053604/) , Budapest
- Introduction to Kubernetes (https://www.meetup.com/GDG-Cloud-Manila/events/248851976/) , Manila
- The Foundations Of Kubernetes Hands-on Workshop #2 (https://www.meetup.com/DevOps-Breakfast-Club/events/248664334/) , London
- Kubernetes at Buffer Update & Container Intelligence w Sysdig (https://www.meetup.com/New-York-Kubernetes-Meetup/events/248205124/) , NYC
- Google New York: Getting Started with Kubernetes (Hands-on Workshop) (https://www.eventbrite.com/e/google-new-york-getting-started-with-kubernetes-hands-on-workshop-tickets-43575873611) , NYC
- Service Catalog+Reefing a/ K8s Cluster w Istio+Escape the Tar Pit w/ a Serv Mesh (https://www.meetup.com/Kubernetes-Colorado/events/248519613/) , Boulder
- 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/) , Ecuador
- 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
- 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
- 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
- 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
- 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
- JAX DevOps (https://devops.jaxlondon.com/) , London
- 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
- JAX DevOps (https://devops.jaxlondon.com/) , London
- April 12
- JAX DevOps (https://devops.jaxlondon.com/) , London
- 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 Hausenblaus (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/)