Cargando…

Learning CoreOS.

Your one-stop guide for building, configuring, maintaining, and deploying one of the world's fastest growing OSesAbout This Book Understand the features of CoreOS and learn to administrate and secure a CoreOS environment Develop, test, and deploy cloud services and applications more quickly and...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: S, Kingston Smiler (Autor), Agrawal, Shantanu (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, Limited March 2016.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 4500
001 EBOOKCENTRAL_ocn951671029
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|||||||||
008 160328e20160322enk o 000 0 eng d
040 |a COO  |b eng  |e pn  |c COO  |d EBLCP  |d HEBIS  |d VT2  |d OCLCO  |d DEBBG  |d FEM  |d IDB  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCF  |d LVT  |d UKAHL  |d OCLCQ  |d OCLCO  |d K6U  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 968095399  |a 969048120 
020 |a 9781785888304 
020 |a 1785888307  |q (Trade Paper) 
020 |a 9781785886935 
020 |a 1785886932 
024 3 |a 9781785888304 
029 1 |a AU@  |b 000067102096 
029 1 |a AU@  |b 000072394712 
029 1 |a CHNEW  |b 000884526 
029 1 |a CHVBK  |b 374432260 
029 1 |a DEBBG  |b BV043893449 
035 |a (OCoLC)951671029  |z (OCoLC)968095399  |z (OCoLC)969048120 
037 |b 01201872 
050 4 |a QA76.774.L46 
082 0 4 |a 005.4 
049 |a UAMI 
100 1 |a S, Kingston Smiler,  |e author. 
245 1 0 |a Learning CoreOS. 
260 |a Birmingham :  |b Packt Publishing, Limited  |c March 2016. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
520 8 |a Your one-stop guide for building, configuring, maintaining, and deploying one of the world's fastest growing OSesAbout This Book Understand the features of CoreOS and learn to administrate and secure a CoreOS environment Develop, test, and deploy cloud services and applications more quickly and efficiently inside lightweight containers using CoreOS This is a complete tutorial on CoreOS, which is the preferred OS for cloud computing as it contains components that facilitate cloud managementWho This Book Is ForThis book is for cloud or enterprise administrators and application developers who would like to gain knowledge about CoreOS to deploy a cloud application or micro-services on a cluster of cloud servers. It is also aimed at administrators with basic networking experience. You do not need to have any knowledge of CoreOS. What You Will Learn Understand the benefits of CoreOS as a cloud orchestration platform Learn about lightweight containers and various container frameworks such as Docker and RKT in CoreOS Manage services and containers across cluster using Fleet and systemd Set up a CoreOS environment using Vagrant Create and manage CoreOS clusters Discover the service parameters using etcd Find out about chaining services running on the cluster using Flannel / Rudder and Weave Create a virtual tenant network and service chaining using OVSIn DetailCoreOS is an open source operating system developed upon the Linux kernel. The rise of CoreOS is directly related to the rise of Docker (a Linux container management system). It is a minimal operating system layer and takes a different approach to automating the deployment of containers. The major difference between CoreOS and other Linux distributions is that CoreOS was designed to deploy hundreds of servers. CoreOS immensely helps the users to create systems, which are easy to scale and manage, making life easier for all, be it developer, QA, or deployer. This book is all about setting up, deploying, and using CoreOS to manage clusters and clouds. It will help you understand what CoreOS is and its benefits as a cloud orchestration platform. First, we'll show you how to set up a simple CoreOS instance with single node in the cluster and how to run a Docker container inside the CoreOS instance. Next, you'll be introduced to Fleet and systemd, and will deploy and distribute Docker services across different nodes in cluster using Fleet. Later, you'll be briefed about running services in a cluster with constraints, publishing the services already running on the cluster to new services, and making your services interact with each other. We conclude by teaching you about advanced container networking. By the end of the book, you will know the salient features of CoreOS and will be able to deploy, administrate, and secure a CoreOS environment. Style and approachThis practical guide covers the basics and advanced topics related to CoreOS and lightweight containers. The topics are covered in an easy-to-follow manner with each feature explained in detail, beginning with a brief overview and followed by an explanation of its corresponding configuration files. 
505 0 |a Cover -- Copyright -- Credits -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: CoreOS, Yet Another Linux Distro? -- Introduction to CoreOS -- CoreOS versus other Linux distributions -- CoreOS high-level architecture -- Service discovery -- etcd -- Container management -- Linux Container -- Docker -- Docker versus LXC -- Rocket -- CoreOS cluster management: -- systemd -- fleet -- CoreOS and OpenStack -- Summary -- Chapter 2: Setting Up Your CoreOS Environment -- Installing GIT -- Installing VirtualBox -- Introduction to Vagrant -- Installing Vagrant -- Vagrant configuration files -- Cloud-config -- The config.rb configuration file -- Starting a CoreOS VM using Vagrant -- Setting up CoreOS on VMware vSphere -- Installing VMware vSphere Client -- Introduction to Docker -- Container -- Links -- Installing Docker -- Creating a sample Docker image using Docker File -- Docker File -- Pulling the Docker image from Docker Hub -- Running Docker Image -- Summary -- Chapter 3: Creating Your CoreOS Cluster and Managing the Cluster -- Introduction to clustering -- The why and the benefits of clustering -- CoreOS clustering -- Static discovery -- etcd discovery -- DNS discovery -- Service unit files -- Starting and stopping a service -- Architectural overview -- fleetctl -- Unit file options for fleet -- Instantiating the service unit in the cluster -- Recovering from node failure -- Summary -- Chapter 4: Managing Services with User-Defined Constraints -- Introduction to service constraints -- Predefined constraints using metadata -- Service level affinity/anti-affinity -- Node-level affinity -- High availability -- Summary -- Chapter 5: Discovering Services Running in a Cluster -- Introduction and necessity of service discovery -- Mechanism for service discovery -- Operations of etcd. 
505 8 |a Operations using etcdctl -- Operations using cURL -- HAProxy and service discovery -- Summary -- Chapter 6 : Service Chaining and Networking Across Services -- Introduction to and necessity of service chaining -- Introduction to Docker networking -- Container-Container communication -- Docker0 bridge and veth pair -- Using Link -- Using common network stack -- Container to CoreOS host communication -- Host networking -- docker0 bridge -- Container to CoreOS outside world communication -- Host networking -- Port mapping -- Container -- Container communication in different CoreOS nodes -- Introduction to Weave -- Introduction to Flannel/Rudder -- Installation -- Setting up Weave -- Container startup -- Integrating Flannel with CoreOS -- Summary -- Chapter 7: Creating a Virtual Tenant Network and Service Chaining Using OVS -- Introduction to OVS -- OVS architectural overview -- Advantages of using OVS in CoreOS -- Introduction to overlay and underlay networks -- Introduction to network virtualization -- OpenFlow support in OVS -- OpenFlow switch -- OpenFlow controller -- OpenFlow channel -- Running OVS in CoreOS -- Attaching docker0 bridge to OVS -- Configuration in CoreOS Instance 1 -- Configuration in CoreOS Instance 2 -- Attaching container's veth interface to OVS -- Configuration in CoreOS Instance 1 -- Configuration in CoreOS Instance 2 -- Looping issue -- Summary -- Chapter 8: What Next? -- Container security -- Update and patches -- CoreUpdate -- Dex -- sysdig -- Competitive container orchestration mechanism -- Kubernetes -- Kubernetes master -- Kubernetes nodes -- Kubernetes pods -- Kubernetes service -- CoreOS and Kubernetes -- Apache-Mesos -- Mesos master -- Mesos agent -- ZooKeeper -- Mesos frameworks -- Swarm -- Docker data volume management -- Introduction to Flocker -- Flocker control services -- Flocker agents -- Flocker plugin for Docker. 
505 8 |a Open Container Project -- Summary -- Index. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Application software  |x Development. 
650 0 |a iPhone (Smartphone)  |x Programming. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a iPhone (Téléphone intelligent)  |x Programmation. 
650 7 |a Application software  |x Development  |2 fast 
655 4 |a System Administration; Operating Systems. 
700 1 |a Agrawal, Shantanu,  |e author. 
758 |i has work:  |a Learning CoreOS (Text)  |1 https://id.oclc.org/worldcat/entity/E39PD36QxkWdWfmXrFJvP6Qpfq  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Erscheint auch als:  |n Druck-Ausgabe  |t Kingston, Smiler. S. Learning CoreOS 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4520684  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH30485904 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4520684 
994 |a 92  |b IZTAP