CoreDNS and Kubernetes

Slides:



Advertisements
Similar presentations
Oracle IDM at First National Bank
Advertisements

Futures – Alpha Cloud Deployment and Application Management.
Massimo Cafaro GridLab Review GridLab WP10 Information Services Massimo Cafaro CACT/ISUFI University of Lecce, Italy.
Opensource for Cloud Deployments – Risk – Reward – Reality
AHM /09/05 AHM 2005 Automatic Deployment and Interoperability of Grid Services G.Kecskemeti, Yonatan Zetuny, G.Terstyanszky,
Framework Universal & Infinite Software Solution.
Grid Initiatives for e-Science virtual communities in Europe and Latin America DIRAC TEAM CPPM – CNRS DIRAC Grid Middleware.
1 School of Computer, National University of Defense Technology A Profile on the Grid Data Engine (GridDaEn) Xiao Nong
1 22 August 2001 The Security Architecture of the M&M Mobile Agent Framework P. Marques, N. Santos, L. Silva, J. Silva CISUC, University of Coimbra, Portugal.
Presented by: Alicia Goodwin
@CloudOps_www.cloudops.com Swift UI in CloudStack with Single Sign-On CloudStack Collaboration Conference 2012.
International Directory Network (IDN) Scalability, Security and Interoperability WGISS, 2006 Tom Northcutt Systems Administrator: GCMD September 13, 2006.
ArcGIS Server for Administrators
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
EOSDIS User Registration System (URS) 1 GES DISC User Working Group May 10, 2011 GSFC, NASA.
Stairway to the cloud or can we take the highway? Taivo Liik.
RIPE 43, September 2002, Ρόδος. nsd a Name Service Daemon Alexis Yushin, Daniel Karrenberg, Olaf Kolkman,
RadSec Proxy Stig Venaas RadSec Proxy Generic proxy, any number of UDP and/or TLS clients and/or servers Can run on same host as a.
Open Map Yamama Dagash & Haitham Khateeb under the supervision of: Benny Daon & Eyal Levin Open Map.
Federated Cluster Selector
Microservice Powered Orchestration
ADVANCED HOSTING Adrian Newby, CTO.
Organizations Are Embracing New Opportunities
Web application hosting with Openshift, and Docker images
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
Web application hosting with Openshift, and Docker images
Not Just Another Mesos Framework
The PaaS Layer in the INDIGO-DataCloud
Docker and Azure Container Service
Running Multiple Schedulers in Kubernetes
Developer Intro to Docker Developer
Why API?.
Microsoft Ignite /22/2018 3:27 PM BRK2121
TensorFlow on Kubernetes with GPU Enabled
Cloud Management Mechanisms
The Improvement of PaaS Platform ZENG Shu-Qing, Xu Jie-Bin 2010 First International Conference on Networking and Distributed Computing SQUARE.
Microservices with .NET Core
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
Eng Computation & Data Science.
Dumps PDF Architecting Microsoft Azure Solutions Are You Worried About Your Exam…
Complete 1z0-161 Exam Dumps - Pass In 24 Hours - Dumps4download.us
nsd a Name Service Daemon
Prometheus From Berlin to Bonanza
Next Gen Microservices
Amazon AWS Solution Architect Associate Exam Dumps For Full Exam Info Visit This Link:
Get Amazon AWS-DevOps-Engineer-Professional Exam Real Questions - Amazon AWS-DevOps-Engineer-Professional Dumps Realexamdumps.com
Confidential – Oracle Internal/Restricted/Highly Restricted
Event driven Microservices with VERT.X & Kubernetes
Kubernetes Container Orchestration
OpenStack Octavia, Kubernetes, and Terraform
Moving Cloud Services to Service Fabric
Kubernetes: the Future of Applications
Connecting, Managing, Observing, and Securing Services
Getting Started with Kubernetes and Rancher 2.0
AWS Cloud Computing Masaki.
Cloud Web Filtering Platform
Container cluster management solutions
Web Application Server 2001/3/27 Kang, Seungwoo. Web Application Server A class of middleware Speeding application development Strategic platform for.
OpenShift vs. Vanilla k8s on OpenStack IaaS
SQL Server High Availability
Agenda Need of Cloud Computing What is Cloud Computing
Stretching your application from OpenStack into Public Cloud
Dynamic WAN Selection Optimize Your Business & Cloud Networks
OpenShift as a cloud for Data Science
ONAP and ONAP Edge Orchestration Cloud Native Proposal
SQL Server Devops with production data
ONAP Architecture Principle Review
Containers on Azure Peter Lasne Sr. Software Development Engineer
Presentation transcript:

CoreDNS and Kubernetes John Belamaric, Principal Architect, Infoblox

What Is CoreDNS? http://coredns.io Flexible, extensible DNS server for Cloud Native Service Discovery From author of SkyDNS2, Miek Gieben Kubernetes integration for Service Discovery alternative to Kube- DNS Highly extensible via implementation of new middleware

Middleware Features enabled via middleware components Caching (negative and positive) Metrics (Prometheus) Proxy (query forwarding), Load balancing Logging Many more at https://github.com/miekg/coredns/tree/master/middleware Kubernetes middleware uses k8s API as data source Multiple data sources concurrently for different zones

Roadmap Service Registration & Discovery as in CNCF Architecture Short term: etcd middleware for dynamic registration with different zone Long term: offer a native registration function (maybe) Policy Engine for managing Service Registration & Discovery Extensible policies for security, rolling upgrades, telemetry-based load balancing and more Working on high-perf policy engine to open source in the future (anyone want to help?) Access data via REST, gRPC Mesos support What would you like to see?

Try It Out Runs as a Kubernetes service Point cluster_dns at it and it’s ready to go See http://coredns.io for a blog on running it in your cluster Contact me with any questions, comments, ideas, problems https://github.com/miekg/coredns @johnbelamaric or jbelamaric@infoblox.com Love to hear from you on: Use cases Production opportunities New contributors