Best Practices for Running Containers and Kubernetes in Production
Covering security, governance, monitoring, storage, networking, container life cycle management and container orchestration.
Perspectives on Kubernetes Serverless
-
Is Kubernetes Serverless?
Kubernetes makes the management part of infrastructure easier, but it in no way manages itself. As the application scales up, down, in, or out, the infrastructure needs to change, be replaced, and/or be upgraded. What it enables the developers to do is become closer to the end user and understand the issues faced by the operations teams while maintaining the application. For Kubernetes to truly become serverless, it has to remove its dependencies from the notion that a physical machine is required in order to interact with the Kubernetes API.
-
Why Serverless vs. Kubernetes Isn’t a Real Debate
Kubernetes and serverless have more than deserved their status platforms that offer organizations tremendous boosts in agility, scalability and computing performance in a number of ways. However, it is easy to forget that Kubernetes offers advantages that serverless alternatives do not have — and vice versa. Learn how to decide whether Kubernetes or serverless offers the best fit.
-
blog.kubernetes.io
-
softwareengineeringdaily.com
-
serverless.com
-
platform9.com
-
-
-
cloudacademy.com
-
karlstoney.com
How To
-
Get Started With Serverless Computing On Kubernetes With Minikube And Kubeless
This guide will show you how to get started with serverless computing using Bitnami’s Kubeless platform, running on top of a Kubernetes cluster in Minikube or Google Container Engine. This tutorial assumes that you already have a Kubernetes cluster on either Minikube or GKE with kubectl installed.
-
How to Enable Serverless Computing in Kubernetes
This tutorial will walk you through enabling serverless in your Kubernetes environment. Kubernetes is a popular platform to manage serverless workloads and microservice application containers and to process workloads more quickly and easily.
-
-
softwareengineeringdaily.com
-
blog.alexellis.io
-
See our comprehensive list for more Kubernetes Tutorials
Specific Technologies
-
azure.microsoft.com
Frameworks
-
Kubeless: A Deep Dive into Serverless Kubernetes Frameworks
The serverless architecture allows developers to focus more on business expansion and innovation, without worrying about traditional server purchase, hardware maintenance, network topology, and resource resizing. The development of containers and container orchestration tools significantly reduces the development costs of serverless products, and has facilitated the birth of many excellent opensource serverless products. Most of these opensource serverless products are Kubernetes -based.
-
-
-
fission.io
-
Further Reading
- No labels