Kubernetes for Serverless Applications : (Record no. 135657)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 07113nam a22004693i 4500 |
001 - CONTROL NUMBER | |
control field | EBC5254591 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | MiAaPQ |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20240729131738.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS | |
fixed length control field | m o d | |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr cnu|||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 240724s2018 xx o ||||0 eng d |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781788626125 |
Qualifying information | (electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 9781788620376 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (MiAaPQ)EBC5254591 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (Au-PeEL)EBL5254591 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaPaEBR)ebr11505143 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)1022780994 |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | MiAaPQ |
Language of cataloging | eng |
Description conventions | rda |
-- | pn |
Transcribing agency | MiAaPQ |
Modifying agency | MiAaPQ |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | QA76.76.A65 .M354 2018 |
082 0# - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 005.1 |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | McKendrick, Russ. |
245 10 - TITLE STATEMENT | |
Title | Kubernetes for Serverless Applications : |
Remainder of title | Implement FaaS by Effectively Deploying, Managing, Monitoring, and Orchestrating Serverless Applications Using Kubernetes. |
250 ## - EDITION STATEMENT | |
Edition statement | 1st ed. |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Place of production, publication, distribution, manufacture | Birmingham : |
Name of producer, publisher, distributor, manufacturer | Packt Publishing, Limited, |
Date of production, publication, distribution, manufacture, or copyright notice | 2018. |
264 #4 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Date of production, publication, distribution, manufacture, or copyright notice | ©2018. |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource (311 pages) |
336 ## - CONTENT TYPE | |
Content type term | text |
Content type code | txt |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | computer |
Media type code | c |
Source | rdamedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Carrier type code | cr |
Source | rdacarrier |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Cover -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: The Serverless Landscape -- Serverless and Functions as a Service -- Pets, cattle, chickens, insects, and snowflakes -- Pets -- Cattle -- Chickens -- Insects -- Snowflakes -- Summing up -- Serverless and insects -- Public cloud offerings -- AWS Lambda -- Prerequisites -- Creating a Lambda function -- Microsoft Azure Functions -- Prerequisites -- Creating a Function app -- The serverless toolkit -- Problems solved by serverless and Functions as a Service -- Summary -- Chapter 2: An Introduction to Kubernetes -- A brief history of Kubernetes -- Control groups -- lmctfy -- Borg -- Project Seven -- An overview of Kubernetes -- Components -- Pods and services -- Workloads -- ReplicaSet -- Deployments -- StatefulSets -- Kubernetes use cases -- References -- Summary -- Chapter 3: Installing Kubernetes Locally -- About Minikube -- Installing Minikube -- macOS 10.13 High Sierra -- Windows 10 Professional -- Ubuntu 17.04 -- Hypervisors -- Starting Minikube -- Minikube commands -- Stop and delete -- Environment -- Virtual machine access and logs -- Hello world -- The dashboard -- The command line -- References -- Summary -- Chapter 4: Introducing Kubeless Functioning -- Installing Kubeless -- The Kubeless Kubernetes cluster -- The command-line client -- macOS 10.13 High Sierra -- Windows 10 Professional -- Ubuntu 17.04 -- The Kubeless web interface -- Kubeless overview -- So what is Kubeless? -- Who made Kubeless? -- Kubeless commands -- Hello world -- The basic example -- An example of reading data -- Twitter example -- The Twitter API -- Adding secrets to Kubernetes -- The Twitter function -- The Kubeless serverless plugin -- Summary -- Chapter 5: Using Funktion for Serverless Applications -- Introducing Funktion. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Installing and configuring Funktion -- The command-line client -- macOS 10.13 High Sierra -- Windows 10 Professional -- Ubuntu 17.04 -- Launching a single-node Kubernetes cluster -- Bootstrapping Funktion -- Deploying a simple function -- Twitter streams -- Summary -- Chapter 6: Installing Kubernetes in the Cloud -- Launching Kubernetes in DigitalOcean -- Creating Droplets -- Deploying Kubernetes using kubeadm -- Removing the cluster -- Launching Kubernetes in AWS -- Getting set up -- Launching the cluster using kube-aws -- The Sock Shop -- Removing the cluster -- Launching Kubernetes in Microsoft Azure -- Preparing the Azure command-line tools -- Launching the AKS cluster -- The Sock Shop -- Removing the cluster -- Launching Kubernetes on the Google Cloud Platform -- Installing the command-line tools -- Launching the Google container cluster -- The Sock Shop -- Running Kubeless -- Removing the cluster -- Summary -- Chapter 7: Apache OpenWhisk and Kubernetes -- Apache OpenWhisk overview -- Running Apache OpenWhisk locally -- Installing Vagrant -- Downloading and configuring Apache OpenWhisk -- Installing the Apache OpenWhisk client -- Hello world -- Running Apache OpenWhisk on Kubernetes -- Deploying OpenWhisk -- CouchDB -- Redis -- API Gateway -- ZooKeeper -- Kafka -- Controller -- Invoker -- NGINX -- Configuring OpenWhisk -- Hello world -- Summary -- Chapter 8: Launching Applications Using Fission -- Fission overview -- Installing the prerequisites -- Installing Helm -- Installing the Fission CLI -- Running Fission locally -- Launching Fission using Helm -- Working through the output -- Launching our first function -- A guestbook -- Fission commands -- The fission function command -- The create command -- The get option -- The list and getmeta commands -- The logs command -- The update command -- The delete command. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | The fission environment command -- The create command -- The list and get command -- The delete command -- Running Fission in the cloud -- Launching the Kubernetes cluster -- Installing Fission -- The guestbook -- Some more examples -- Weather -- Slack -- Whales -- Summary -- Chapter 9: Looking at OpenFaaS -- An introduction to OpenFaaS -- Running OpenFaaS locally -- The OpenFaaS command-line client -- Docker -- Starting the Minikube cluster -- Installing OpenFaaS using Helm -- Hello world! -- The OpenFaaS UI and store -- Prometheus -- Summary -- Chapter 10: Serverless Considerations -- Security best practices -- Securing Kubernetes -- Securing serverless services -- OpenFaaS -- Kubeless -- Funktion -- Apache OpenWhisk -- Fission -- Conclusions -- Monitoring Kubernetes -- The dashboard -- Google Cloud -- Microsoft Azure -- Summary -- Chapter 11: Running Serverless Workloads -- Evolving software and platforms -- Kubernetes -- Serverless tools -- Kubeless -- Apache OpenWhisk -- Fission -- OpenFaaS -- Funktion -- Future developments -- Why Functions as a Service on Kubernetes -- Fixed points -- Databases -- Storage -- Summary -- Other Books You May Enjoy -- Leave a review - let other readers know what you think -- Index. |
520 ## - SUMMARY, ETC. | |
Summary, etc. | Function as a Service (FaaS) remains at the core of the serverless movement. Kubernetes is best placed to bring serverless functions and conventional microservices together. This book has been written for admins who currently run their workloads in Kubernetes clusters and are interested in further leveraging their hardware/clusters to run. |
588 ## - SOURCE OF DESCRIPTION NOTE | |
Source of description note | Description based on publisher supplied metadata and other sources. |
590 ## - LOCAL NOTE (RLIN) | |
Local note | Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Application software-Development. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Computer software-Development. |
655 #4 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY | |
Relationship information | Print version: |
Main entry heading | McKendrick, Russ |
Title | Kubernetes for Serverless Applications |
Place, publisher, and date of publication | Birmingham : Packt Publishing, Limited,c2018 |
International Standard Book Number | 9781788620376 |
797 2# - LOCAL ADDED ENTRY--CORPORATE NAME (RLIN) | |
Corporate name or jurisdiction name as entry element | ProQuest (Firm) |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Uniform Resource Identifier | <a href="https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=5254591">https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=5254591</a> |
Public note | Click to View |
No items available.