Part 1, an intro to Serverless Technology, is available here.
What is it?
Serverless refers to an architecture where code is executed in response to events using short-lived containers rather than being daemonized into a long…
When creating a Pod in Kubernetes, the scheduler selects a Node that the Pod can fit on based off the resource requests defined in its spec. However, a Pod’s resource limits may exceed the total capacity…
If you are not familiar with kops. It is a tool that allows you to build and manage your Kubernetes infrastructure in cloud. It is something we aligned to, as we started using Kubernetes since 0.6…