KubeCon USA 2017 brief Overview - from Kubernetes meetup Bangalore

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

Transcript of 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

• 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

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

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

Community Awards

https://github.com/cncf/landscape

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

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(() -> { .. });;

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

The Serverless craze!

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

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.

2018 Europe Conference

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

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’

Thank You!