https://github.com/trainingbypackt/serverless-architectures-with-kubernetes
Create production-ready Kubernetes clusters and run serverless applications on them
https://github.com/trainingbypackt/serverless-architectures-with-kubernetes
cloud cloud-providers frontline kubeless kubernetes premise-kubernetes-clusters serverless-applications serverless-architectures serverless-frameworks
Last synced: about 1 month ago
JSON representation
Create production-ready Kubernetes clusters and run serverless applications on them
- Host: GitHub
- URL: https://github.com/trainingbypackt/serverless-architectures-with-kubernetes
- Owner: TrainingByPackt
- License: mit
- Created: 2019-07-08T06:22:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:34:02.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T09:52:55.254Z (about 2 months ago)
- Topics: cloud, cloud-providers, frontline, kubeless, kubernetes, premise-kubernetes-clusters, serverless-applications, serverless-architectures, serverless-frameworks
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/TrainingByPackt/Serverless-Architectures-with-Kubernetes/issues)
[](https://github.com/TrainingByPackt/Serverless-Architectures-with-Kubernetes/network)
[](https://github.com/TrainingByPackt/Serverless-Architectures-with-Kubernetes/stargazers)
[](https://github.com/TrainingByPackt/Serverless-Architectures-with-Kubernetes/pulls)# Serverless Architectures with Kubernetes
Create production-ready Kubernetes clusters and run serverless applications on them.
Kubernetes has established itself as the standard platform for container management, orchestration, and deployment. By learning Kubernetes, you’ll be able to design your own serverless architecture by implementing the function-as-a-service (FaaS) model.After an accelerated, hands-on overview of the serverless architecture and various Kubernetes concepts, you’ll cover a wide range of real-world development challenges faced by real-world developers, and explore various techniques to overcome them. You’ll learn how to create production-ready Kubernetes clusters and run serverless applications on them. You'll see how Kubernetes platforms and serverless frameworks such as Kubeless, Apache OpenWhisk and OpenFaaS provide the tooling to help you develop serverless applications on Kubernetes. You'll also learn ways to select the appropriate framework for your upcoming project.
By the end of this book, you’ll have the skills and confidence to design your own serverless applications using the power and flexibility of Kubernetes.
Serverless-Architectures-with-Kubernetes by Onur Yılmaz AND Sathsara Sarathchandra
## What you will learn
* Deploy a Kubernetes cluster locally with Minikube
* Use AWS Lambda and Google Cloud Functions
* Create, build, and deploy a webpage generated by the serverless functions in the cloud
* Create a Kubernetes cluster running on the virtual kubelet hardware abstraction
* Create, test, troubleshoot, and delete an OpenFaaS function
* Create a sample Slackbot with Apache OpenWhisk actions**The examples of this title has been implemented in the Windows/MAC/Linux operating system.**
### Software requirements
* Sublime Text (latest version), Atom IDE (latest version), or another similar text
editor application
* Git### Additional Requirements
* Azure account
* Google cloud account
* AWS account
* Docker Hub account
* Slack account