Kubernetes is an open source system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.
Kubernetes builds upon a decade and a half of experience at Google running production workloads at scale, combined with best-of-breed ideas and practices from the community.
Sorry, looks like Kubernetes london haven't got any events scheduled for the moment!
Who's part of this group?
In order to view registered members you need to be logged in with a "confirmed" Skills Matter account!
If you haven't already done so click here to create a new account.Find the "confirmation instructions" email we sent you when you signed up and click on the "Confirm Account" link.
-
Single Sign-On for Kubernetes
Featuring Joel Speed
User management is hard. At Pusher, with an expanding engineering team, we wanted to build a simple identity management experience within our Kubernetes infrastructure.
devops pusher single-sign-on cloud kubernetes -
Extending Kubernetes with MetaController
Featuring David McKay
Custom Resource Definitions provide developers with a way to extend Kubernetes with new primitives; allowing us to use declarative manifests to express our own domain in our traditional Kubernetes workflows.However, it's a trap!
crds metacontroller kubernetes -
Running Kubernetes without Docker using CRI
Featuring Ben Hall
The Kubernetes eco-system is evolving with new projects designed directly around Kubernetes. In this talk, Ben will introduce how to run Kubernetes with CRI (Container Runtime Interface) allowing you to use ContainerD, CRI-O and other container runtimes.
containers cri docker cloud kubernetes -
3
James Strachan, James Rawlings and Rob Davies, CI/CD with Jenkins X on Kubernetes
Featuring Rob Davies, James Rawlings and James Strachan
After a couple of introductory slides we will demonstrate how to get stuff done with Jenkins X. We will show how to setup your own Jenkins X based CI/CD system in the cloud with OOTB integration for Helm, Chartmuseum and Monocular, how to use automated provisioning to testing, staging, ephemeral...
ootb jenkins-x ci/cd open-source cloud kubernetes -
Extending Kubernetes API
Featuring Andrea Wong
CRDs or Aggregated APIs? In this talk we are going to look at the differences between CRDs and Aggregated APIs, the pros and cons of each, and why we chose to go down the CRD road at M&S.
crds aggregated-apis api devops cloud kuberenetes -
Migrating Cloud Providers and Orchestrators
Featuring James Lawrence
At Nutmeg we’re migrating cloud providers, schedulers and secret management tool. In this talk we will cover where we are now and where we aim to be in 6/12 months.
migrating-cloud-providers cloud kubernetes -
Kubernetes Edge Proxy
Featuring Apurva "Apu" Chitnis
Kedge is an open-source tool developed at Improbable that solves the problem of cross-cluster communication. It allows services in different clusters to talk to one another securely and easily, with minimal user-configuration or deployment complexity.
cloud kubernetes-edge-proxy cloud-native kedge kubernetes -
Persistent Storage with Kubernetes in Production – Which Solution and Why?
Featuring Cheryl Hung
Persistent storage often seems like a confusing plethora of options, from local volumes, NFS, distributed storage like Ceph, cloud storage such as AWS’s EBS and S3, to volume plugins with Docker and Kubernetes integration. This talk compares and contrasts the most popular solutions, and lays out...
aws docker persistent-storage cloud google kubernetes -
Kubernetes Clusters at Scale
Featuring Colin Humphreys
Colin Humphreys will talk about Kubernetes deployment at scale and some of the challenges faced when running Kubernetes clusters.
scalable clusters deployment google kubernetes -
Deployment pipelines with Kubernetes
Featuring Charlotte Godley
How do you make the process of getting code into production seamless as a developer, without causing difficulties for operations?
kubernetes deployment deployment-pipeline gitlab-ci deployment-process