Devlog #1: github apps, docker builder, cdk8s
Today I want to share with you my next steps of creating PaaS from scratch. On this page I will cover how I implement a basic deployment flow.
Today I want to share with you my next steps of creating PaaS from scratch. On this page I will cover how I implement a basic deployment flow.
A PaaS has a very dev friendly use case: when a user just conneects a repository we must build the image from a Dockerfile in the repo. We assume at the beginning a team doesn't have a CI pipeline and wants to share a quick demo to the customers. There are many ways to do it. Let's look at all of them and at the design we chosed for Treenq
Today I want to share with your my first steps of creating new project. For a long time I've wanted created something cool, really meaninful, and after all I step into my idea: Platform as a service.