Advertisement
Advertisement

More Related Content

Slideshows for you(20)

Similar to Kubernetes meetup bangalore december 2017 - v02(20)

Advertisement

Kubernetes meetup bangalore december 2017 - v02

  1. An Overview Report At Kubernetes Meetup Bangalore Dec 16th 2017
  2. • 4100 attendees • Austin, TX, USA • Full schedule - https://kccncna17.sched.com/list/descriptions/ • Video playlist, 147 videos: https://youtube.com (search Kubecon 2017)
  3. CNCF is now home to 14 open source projects https://www.cncf.io
  4. More items in Community Survey https://www.cncf.io/blog/2017/12/06/cloud-native-technologies-scaling-production-applications/
  5. Community Awards
  6. https://github.com/cncf/landscape
  7. 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
  8. 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(() -> { .. });;
  9. 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
  10. The Serverless craze!
  11. https://open.microsoft.com/2017/12/06/kashti-kubernetes-open-source-microsoft/
  12. 2018 Europe Conference • Event Details  CFP Jan 12th 2018 http://events.linuxfoundation.org/events/kub econ-and-cloudnativecon-europe
  13. 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.
  14. References: https://coreos.com/blog/kubecon-2017-recap-day-2 https://coreos.com/blog/kubecon-2017-recap-day-1 https://medium.com/@ryandotclair/reflecting-on-kubecon-2017-c6ef22ce4b21 https://medium.com/@mbbroberg/lessons-in-culture-from-kubecon-2017-d9c2188fa4fb https://thenewstack.io/canonical-rancher-labs-launch-kubernetes-cloud-native-platform/ Joe Beda https://www.youtube.com/watch?v=uGzPObCJHOk Michelle Noorali - https://www.youtube.com/watch?v=tV9EVEBHT8U Dan Kohn- https://www.youtube.com/watch?v=A_oCM8A-1Us …..
  15. Thank You!
Advertisement