Learn why Private Cloud Director is the best VMware alternative

Serverless

Fission.io Refcard

Learn to set up and use Fission, an open-source serverless framework that lets you write functions and execute them on-demand to make sure you only use the resources you need. Table of content: Introduction What is fission Uses Installation and Setup: Prerequisites Installing Conceptual Introduction Functions Environments Triggers Other Concepts Archives Packages Specifications How Fission

The Gorilla Guide to Serverless on Kubernetes

Serverless allows organizations to get very granular in application development with the ability to develop singular functions, or group those functions together to create more complex applications fast. With serverless frameworks, organizations can get functions into production in less than one hour. By deploying these functions on Kubernetes, these functions can be deployed anywhere. The

Get Started with Serverless Applications: 3 Key Use Cases and Design Patterns

Serverless Computing offers an incredible opportunity for business to accelerate innovation and reduce operational costs – both for greenfield applications, as well as for established organizations with legacy applications and technical debt. In this talk, we will discuss 3 key uses cases primed for Serverless, and share design patterns and tips to allow you to

Serverless Operations: 6 Best Practices from Dev to Production

What does it take to use serverless functions in Production, with safety, and at scale? In this CNCF-hosted webinar, we cover a few specific approaches, patterns and best practices that you can use with any FaaS framework. These practices are geared towards improving quality, reducing risk, optimizing costs, and generally moving you closer towards production-readiness with

Tech Field Day – Serverless with Fission

Amrish Kapoor, VP of Engineering at Platform9, reviews their approach to the serverless computing paradigm, called Fission. Their implementation was created during a company hackathon, and serves as an alternative to AWS Lambda, and is completely open source. Cody Hill, Lead Systems Engineer, then leads a demonstration. QH_vqZV4cLE

Fission: Open-Source Serverless Functions For Kubernetes

Fission is a framework for serverless functions or Functions as a Service (FaaS) for Kubernetes. It allows users to run FaaS on any infrastructure. Fission exposes a conceptually simple interface: Users create “functions” and associate them with “triggers”. Functions are short-lived and stateless, and are written in any supported language (NodeJS, Python, Go etc). Triggers

Scroll to Top