Kubernetes for serverless applications :: implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes /
Transform yourself into a Kubernetes specialist in serverless applications. About This Book Get hands-on experience in installing, configuring, and using services such as Kubeless, Funktion, OpenWhisk, and Fission Learn how to launch Kubernetes both locally and in public clouds Explore the differenc...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2018.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Transform yourself into a Kubernetes specialist in serverless applications. About This Book Get hands-on experience in installing, configuring, and using services such as Kubeless, Funktion, OpenWhisk, and Fission Learn how to launch Kubernetes both locally and in public clouds Explore the differences between using services such as AWS Lambda and Azure Functions and running your own Who This Book Is For If you are a DevOps engineer, cloud architect, or a stakeholder keen to learn about serverless functions in Kubernetes environments, then this book is for you. What You Will Learn Get a detailed analysis of serverless/Functions as a Service Get hands-on with installing and running tasks in Kubernetes using Minikube Install Kubeless locally and launch your first function. Launch Kubernetes in the cloud and move your applications between your local machine and your cloud cluster Deploy applications on Kubernetes using Apache OpenWhisk Explore topics such as Funktion and Fission installation on the cloud followed by launching applications Monitor a serverless function and master security best practices and Kubernetes use cases In Detail Kubernetes has established itself as the standard platform for container management, orchestration, and deployment. It has been adopted by companies such as Google, its original developers, and Microsoft as an integral part of their public cloud platforms, so that you can develop for Kubernetes and not worry about being locked into a single vendor. This book will initially start by introducing serverless functions. Then you will configure tools such as Minikube to run Kubernetes. Once you are up-and-running, you will install and configure Kubeless, your first step towards running Function as a Service (FaaS) on Kubernetes. Then you will gradually move towards running Fission, a framework used for managing serverless functions on Kubernetes environments. Towards the end of the book, you will also work with Kubernetes functions on public and private clouds. By the end of this book, we will have mastered using Function as a Service on Kubernetes environments. Style and approach A clear, concise, and straightforward book that will empower you work with clusters and run serverless functions effectively. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781788626125 1788626125 1788620372 9781788620376 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1023436580 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 180215s2018 enka o 000 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d STF |d OCLCF |d TOH |d YDX |d CEF |d KSU |d DEBBG |d TEFOD |d G3B |d S9I |d UAB |d AU@ |d N$T |d UX1 |d OCLCQ |d OCLCO |d NZAUC |d OCLCQ |d OCLCO |d DXU | ||
019 | |a 1022208595 |a 1175622434 | ||
020 | |a 9781788626125 |q (electronic bk.) | ||
020 | |a 1788626125 |q (electronic bk.) | ||
020 | |a 1788620372 | ||
020 | |a 9781788620376 | ||
035 | |a (OCoLC)1023436580 |z (OCoLC)1022208595 |z (OCoLC)1175622434 | ||
037 | |a CL0500000939 |b Safari Books Online | ||
037 | |a 87252568-AE0A-47ED-A87A-B639B2CB5633 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.76.D47 | |
082 | 7 | |a [E] | |
049 | |a MAIN | ||
100 | 1 | |a McKendrick, Russ, |e author. | |
245 | 1 | 0 | |a Kubernetes for serverless applications : |b implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes / |c Russ McKendrick. |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2018. | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a data file | ||
588 | 0 | |a Online resource; title from title page (Safari, viewed February 14, 2018). | |
505 | 0 | |a 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 | |a 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 | |a 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 | |a Transform yourself into a Kubernetes specialist in serverless applications. About This Book Get hands-on experience in installing, configuring, and using services such as Kubeless, Funktion, OpenWhisk, and Fission Learn how to launch Kubernetes both locally and in public clouds Explore the differences between using services such as AWS Lambda and Azure Functions and running your own Who This Book Is For If you are a DevOps engineer, cloud architect, or a stakeholder keen to learn about serverless functions in Kubernetes environments, then this book is for you. What You Will Learn Get a detailed analysis of serverless/Functions as a Service Get hands-on with installing and running tasks in Kubernetes using Minikube Install Kubeless locally and launch your first function. Launch Kubernetes in the cloud and move your applications between your local machine and your cloud cluster Deploy applications on Kubernetes using Apache OpenWhisk Explore topics such as Funktion and Fission installation on the cloud followed by launching applications Monitor a serverless function and master security best practices and Kubernetes use cases In Detail Kubernetes has established itself as the standard platform for container management, orchestration, and deployment. It has been adopted by companies such as Google, its original developers, and Microsoft as an integral part of their public cloud platforms, so that you can develop for Kubernetes and not worry about being locked into a single vendor. This book will initially start by introducing serverless functions. Then you will configure tools such as Minikube to run Kubernetes. Once you are up-and-running, you will install and configure Kubeless, your first step towards running Function as a Service (FaaS) on Kubernetes. Then you will gradually move towards running Fission, a framework used for managing serverless functions on Kubernetes environments. Towards the end of the book, you will also work with Kubernetes functions on public and private clouds. By the end of this book, we will have mastered using Function as a Service on Kubernetes environments. Style and approach A clear, concise, and straightforward book that will empower you work with clusters and run serverless functions effectively. | ||
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a Cloud computing. |0 http://id.loc.gov/authorities/subjects/sh2008004883 | |
650 | 0 | |a Computer software |x Development. |0 http://id.loc.gov/authorities/subjects/sh85029535 | |
650 | 0 | |a Software architecture. |0 http://id.loc.gov/authorities/subjects/sh2004001071 | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Infonuagique. | |
650 | 6 | |a Architecture logicielle. | |
650 | 7 | |a Computer networking & communications. |2 bicssc | |
650 | 7 | |a Computer architecture & logic design. |2 bicssc | |
650 | 7 | |a Cloud computing. |2 bicssc | |
650 | 7 | |a Computers |x Systems Architecture |x General. |2 bisacsh | |
650 | 7 | |a Computers |x System Administration |x General. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Cloud computing |2 fast | |
650 | 7 | |a Computer software |x Development |2 fast | |
650 | 7 | |a Software architecture |2 fast | |
776 | 0 | 8 | |i Print version: |a McKendrick, Russ. |t Kubernetes for serverless applications : implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes. |d Birmingham, England ; Mumbai, India : Packt Publishing, 2018 |h 318 pages |z 9781788620376 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1699211 |3 Volltext |
938 | |a EBSCOhost |b EBSC |n 1699211 | ||
938 | |a YBP Library Services |b YANK |n 15132146 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1023436580 |
---|---|
_version_ | 1816882413383450624 |
adam_text | |
any_adam_object | |
author | McKendrick, Russ |
author_facet | McKendrick, Russ |
author_role | aut |
author_sort | McKendrick, Russ |
author_variant | r m rm |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.D47 |
callnumber-search | QA76.76.D47 |
callnumber-sort | QA 276.76 D47 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | 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. 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. 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. |
ctrlnum | (OCoLC)1023436580 |
dewey-raw | [E] |
dewey-search | [E] |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>10230cam a2200649 i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1023436580</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">180215s2018 enka o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">STF</subfield><subfield code="d">OCLCF</subfield><subfield code="d">TOH</subfield><subfield code="d">YDX</subfield><subfield code="d">CEF</subfield><subfield code="d">KSU</subfield><subfield code="d">DEBBG</subfield><subfield code="d">TEFOD</subfield><subfield code="d">G3B</subfield><subfield code="d">S9I</subfield><subfield code="d">UAB</subfield><subfield code="d">AU@</subfield><subfield code="d">N$T</subfield><subfield code="d">UX1</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">NZAUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">DXU</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1022208595</subfield><subfield code="a">1175622434</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788626125</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1788626125</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1788620372</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788620376</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1023436580</subfield><subfield code="z">(OCoLC)1022208595</subfield><subfield code="z">(OCoLC)1175622434</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000939</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">87252568-AE0A-47ED-A87A-B639B2CB5633</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.D47</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">[E]</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">McKendrick, Russ,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Kubernetes for serverless applications :</subfield><subfield code="b">implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes /</subfield><subfield code="c">Russ McKendrick.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2018.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">data file</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from title page (Safari, viewed February 14, 2018).</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">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.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Transform yourself into a Kubernetes specialist in serverless applications. About This Book Get hands-on experience in installing, configuring, and using services such as Kubeless, Funktion, OpenWhisk, and Fission Learn how to launch Kubernetes both locally and in public clouds Explore the differences between using services such as AWS Lambda and Azure Functions and running your own Who This Book Is For If you are a DevOps engineer, cloud architect, or a stakeholder keen to learn about serverless functions in Kubernetes environments, then this book is for you. What You Will Learn Get a detailed analysis of serverless/Functions as a Service Get hands-on with installing and running tasks in Kubernetes using Minikube Install Kubeless locally and launch your first function. Launch Kubernetes in the cloud and move your applications between your local machine and your cloud cluster Deploy applications on Kubernetes using Apache OpenWhisk Explore topics such as Funktion and Fission installation on the cloud followed by launching applications Monitor a serverless function and master security best practices and Kubernetes use cases In Detail Kubernetes has established itself as the standard platform for container management, orchestration, and deployment. It has been adopted by companies such as Google, its original developers, and Microsoft as an integral part of their public cloud platforms, so that you can develop for Kubernetes and not worry about being locked into a single vendor. This book will initially start by introducing serverless functions. Then you will configure tools such as Minikube to run Kubernetes. Once you are up-and-running, you will install and configure Kubeless, your first step towards running Function as a Service (FaaS) on Kubernetes. Then you will gradually move towards running Fission, a framework used for managing serverless functions on Kubernetes environments. Towards the end of the book, you will also work with Kubernetes functions on public and private clouds. By the end of this book, we will have mastered using Function as a Service on Kubernetes environments. Style and approach A clear, concise, and straightforward book that will empower you work with clusters and run serverless functions effectively.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Cloud computing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008004883</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Computer software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85029535</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Software architecture.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2004001071</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Infonuagique.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Architecture logicielle.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer networking & communications.</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer architecture & logic design.</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Cloud computing.</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computers</subfield><subfield code="x">Systems Architecture</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computers</subfield><subfield code="x">System Administration</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Cloud computing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Software architecture</subfield><subfield code="2">fast</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">McKendrick, Russ.</subfield><subfield code="t">Kubernetes for serverless applications : implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes.</subfield><subfield code="d">Birmingham, England ; Mumbai, India : Packt Publishing, 2018</subfield><subfield code="h">318 pages</subfield><subfield code="z">9781788620376</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1699211</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1699211</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">15132146</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1023436580 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:28:13Z |
institution | BVB |
isbn | 9781788626125 1788626125 1788620372 9781788620376 |
language | English |
oclc_num | 1023436580 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2018 |
publishDateSearch | 2018 |
publishDateSort | 2018 |
publisher | Packt Publishing, |
record_format | marc |
spelling | McKendrick, Russ, author. Kubernetes for serverless applications : implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes / Russ McKendrick. Birmingham, UK : Packt Publishing, 2018. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier data file Online resource; title from title page (Safari, viewed February 14, 2018). 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. 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. 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. Transform yourself into a Kubernetes specialist in serverless applications. About This Book Get hands-on experience in installing, configuring, and using services such as Kubeless, Funktion, OpenWhisk, and Fission Learn how to launch Kubernetes both locally and in public clouds Explore the differences between using services such as AWS Lambda and Azure Functions and running your own Who This Book Is For If you are a DevOps engineer, cloud architect, or a stakeholder keen to learn about serverless functions in Kubernetes environments, then this book is for you. What You Will Learn Get a detailed analysis of serverless/Functions as a Service Get hands-on with installing and running tasks in Kubernetes using Minikube Install Kubeless locally and launch your first function. Launch Kubernetes in the cloud and move your applications between your local machine and your cloud cluster Deploy applications on Kubernetes using Apache OpenWhisk Explore topics such as Funktion and Fission installation on the cloud followed by launching applications Monitor a serverless function and master security best practices and Kubernetes use cases In Detail Kubernetes has established itself as the standard platform for container management, orchestration, and deployment. It has been adopted by companies such as Google, its original developers, and Microsoft as an integral part of their public cloud platforms, so that you can develop for Kubernetes and not worry about being locked into a single vendor. This book will initially start by introducing serverless functions. Then you will configure tools such as Minikube to run Kubernetes. Once you are up-and-running, you will install and configure Kubeless, your first step towards running Function as a Service (FaaS) on Kubernetes. Then you will gradually move towards running Fission, a framework used for managing serverless functions on Kubernetes environments. Towards the end of the book, you will also work with Kubernetes functions on public and private clouds. By the end of this book, we will have mastered using Function as a Service on Kubernetes environments. Style and approach A clear, concise, and straightforward book that will empower you work with clusters and run serverless functions effectively. Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Computer software Development. http://id.loc.gov/authorities/subjects/sh85029535 Software architecture. http://id.loc.gov/authorities/subjects/sh2004001071 Logiciels d'application Développement. Infonuagique. Architecture logicielle. Computer networking & communications. bicssc Computer architecture & logic design. bicssc Cloud computing. bicssc Computers Systems Architecture General. bisacsh Computers System Administration General. bisacsh Application software Development fast Cloud computing fast Computer software Development fast Software architecture fast Print version: McKendrick, Russ. Kubernetes for serverless applications : implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes. Birmingham, England ; Mumbai, India : Packt Publishing, 2018 318 pages 9781788620376 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1699211 Volltext |
spellingShingle | McKendrick, Russ Kubernetes for serverless applications : implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes / 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. 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. 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. Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Computer software Development. http://id.loc.gov/authorities/subjects/sh85029535 Software architecture. http://id.loc.gov/authorities/subjects/sh2004001071 Logiciels d'application Développement. Infonuagique. Architecture logicielle. Computer networking & communications. bicssc Computer architecture & logic design. bicssc Cloud computing. bicssc Computers Systems Architecture General. bisacsh Computers System Administration General. bisacsh Application software Development fast Cloud computing fast Computer software Development fast Software architecture fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh2008004883 http://id.loc.gov/authorities/subjects/sh85029535 http://id.loc.gov/authorities/subjects/sh2004001071 |
title | Kubernetes for serverless applications : implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes / |
title_auth | Kubernetes for serverless applications : implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes / |
title_exact_search | Kubernetes for serverless applications : implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes / |
title_full | Kubernetes for serverless applications : implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes / Russ McKendrick. |
title_fullStr | Kubernetes for serverless applications : implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes / Russ McKendrick. |
title_full_unstemmed | Kubernetes for serverless applications : implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes / Russ McKendrick. |
title_short | Kubernetes for serverless applications : |
title_sort | kubernetes for serverless applications implement faas by effectively deploying managing monitoring and orchestrating serverless applications using kubernetes |
title_sub | implement FaaS by effectively deploying, managing, monitoring, and orchestrating serverless applications using Kubernetes / |
topic | Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Computer software Development. http://id.loc.gov/authorities/subjects/sh85029535 Software architecture. http://id.loc.gov/authorities/subjects/sh2004001071 Logiciels d'application Développement. Infonuagique. Architecture logicielle. Computer networking & communications. bicssc Computer architecture & logic design. bicssc Cloud computing. bicssc Computers Systems Architecture General. bisacsh Computers System Administration General. bisacsh Application software Development fast Cloud computing fast Computer software Development fast Software architecture fast |
topic_facet | Application software Development. Cloud computing. Computer software Development. Software architecture. Logiciels d'application Développement. Infonuagique. Architecture logicielle. Computer networking & communications. Computer architecture & logic design. Computers Systems Architecture General. Computers System Administration General. Application software Development Cloud computing Computer software Development Software architecture |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1699211 |
work_keys_str_mv | AT mckendrickruss kubernetesforserverlessapplicationsimplementfaasbyeffectivelydeployingmanagingmonitoringandorchestratingserverlessapplicationsusingkubernetes |