Top Banner
A Brief Overview Report At Kubernetes Meetup Bangalore Dec 16 th 2017 By Krishna Kumar, Huawei & Kumar Gaurav, VMWare
20

KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

Jan 22, 2018

Download

Software

krishna m-kumar
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

A Brief Overview Report

At Kubernetes Meetup BangaloreDec 16th 2017

By Krishna Kumar, Huawei & Kumar Gaurav, VMWare

Page 2: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

• 4100 attendees• Austin, TX, USA• Full schedule - https://kccncna17.sched.com/list/descriptions/• Video Recordings -

https://www.youtube.com/playlist?list=PLj6h78yzYM2P-3-xqvmWaZbbI1sW-ulZb

Page 3: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

CNCF is now home to 14 open source projectshttps://www.cncf.io

Page 4: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

More items in Community Surveyhttps://www.cncf.io/blog/2017/12/06/cloud-native-technologies-scaling-production-applications/

Page 5: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

Community Awards

Page 6: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore
Page 7: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

https://github.com/cncf/landscape

Page 8: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore
Page 9: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore
Page 10: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

Some updates…

• DevOps vendor JFrog and Chinese internet giant Baidu joined as a Gold members;

• Alibaba Cloud increased its membership to Platinum; and • 31 new members joined at the Silver level.• Sales Force Joins CNCF• Heptio & Microsoft together building k8s solutions• Core OS external plug services to k8s.• Metaparticle - A standard library for distributed system

development on Kubernetes• Canonical, Rancher Rustle Up Kubernetes Cross-Cloud Capability• Kata Containers, Intel’s new project hosted by the OpenStack

Foundation that combines containers with virtualization to allow users to deploy containers quickly and securely at all levels of trust.

• Tectonic 1.8 – Industry first open cloud services

Page 11: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

Metaparticle.io

• Metaparticle provides idiomatic language interfaces that help you build systems that:

• Containerize your application

• Deploy your application to Kubernetes

• Quickly develop replicated, load-balanced services

• Handle synchronization like locking and master election between distributed replicas

• Easily develop cloud-native patterns like sharded-systems

Import io.metaparticle.*;

public class Main {

@Runtime(ports=80, replicas=2,publicAddress=true, executor=“metaparticle”)

@Package(repository="docker.io/kg",

jarFile="target/metaparticle-package-tutorial-0.1-SNAPSHOT-jar-with-dependencies.jar")

public static void main(String[] args){Containerize(() -> { .. });;

Page 12: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

Service Mesh: istio• A way to connect, manage, and secure microservices

– Manages traffic flows between microservices,

– enforcing access policies,

– and aggregating telemetry data,

– all without requiring changes to the microservice code

Page 13: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

The Serverless craze!

Page 14: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore
Page 15: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

https://open.microsoft.com/2017/12/06/kashti-kubernetes-open-source-microsoft/

Page 16: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore
Page 17: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

Summary…• What makes up the nucleus of Kubernetes

(as Brian Grant calls it) is getting more refined. The way forward involves building on top of the project, not by baking features in, which will lead to stability.

• Kelsey Hightower reminds us all that running Kubernetes adds no value to a company. Value will only be a reality for those that use Kubernetes to build better applications. kubectl is the new ssh. CI/CD pipeline is very important.

Page 18: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

2018 Europe Conference

• Event Details CFP Jan 12th 2018 http://events.linuxfoundation.org/events/kubecon-and-cloudnativecon-europe

Page 19: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

References:

https://coreos.com/blog/kubecon-2017-recap-day-2https://coreos.com/blog/kubecon-2017-recap-day-1https://medium.com/@ryandotclair/reflecting-on-kubecon-2017-c6ef22ce4b21https://medium.com/@mbbroberg/lessons-in-culture-from-kubecon-2017-d9c2188fa4fbhttps://thenewstack.io/canonical-rancher-labs-launch-kubernetes-cloud-native-platform/

Joe Beda https://www.youtube.com/watch?v=uGzPObCJHOkMichelle Noorali - https://www.youtube.com/watch?v=tV9EVEBHT8UDan Kohn- https://www.youtube.com/watch?v=A_oCM8A-1UsKesley HighTower - https://www.youtube.com/watch?v=4AqnomPKWbQ

more on ‘theCUBE’

Page 20: KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

Thank You!