Just published Reliza Hub Tutorial 2021 edition – would love to hear your feedback on our community discord.
Tag: Reliza
Reliza GitOps Tutorial Now Uses Kustomize
Updated Reliza tutorial describing deployment on Kubernetes using GitOps approach with ArgoCD. It now uses Kustomize alongside Reliza CLI to overlay Kubernetes yaml definitions into their desired and approved state per each environment. Read full tutorial here: https://itnext.io/building-kubernetes-cicd-pipeline-with-github-actions-argocd-and-reliza-hub-e7120b9be870
Helm CD with Reliza Hub: Complete Hands-On Tutorial
In this tutorial I’m going to show how to build Continuous Delivery system with Helm and Reliza Hub. We are going to build CI/CD on top of Mafia Card Shuffle project. It is a very simple application that has UI and back-end microservices and uses Redis for persistent storage. Here is a quick overview of… Continue reading Helm CD with Reliza Hub: Complete Hands-On Tutorial
Reliza Jenkins Plugin and Remote Trigger
Happy to announce that Reliza Jenkins Integration Plugin is now available! What can it do? It provides easy-to-use withReliza wrapper for Jenkins pipelines. It abstracts a lot of release and artifact metadata details which would be submitted to Reliza Hub, such as commit and build timing. Previous Jenkins integration was possible with our Reliza CLI… Continue reading Reliza Jenkins Plugin and Remote Trigger
Automated Tests CI/CD Workflow With Reliza Hub
We have recently extended Reliza Hub to support Automated QA functionality as a part of CI/CD pipeline. In this post I’m going to describe how we are dogfooding it. Setup – we have a set of behave tests (behave – is a python implementation of Cucumber BDD). Our stack is running on kubernetes, so the… Continue reading Automated Tests CI/CD Workflow With Reliza Hub
Reliza Hub: Individual vs Bundled deployments
Pretty excited to announce a new feature we just added to Reliza Hub. As requested, it is now possible to choose deployment strategy per instance – that said to use either Individual or Bundled deployment strategy. You can switch between deployment types on the Instance screen, after expanding instance settings: Deployment types function as following:… Continue reading Reliza Hub: Individual vs Bundled deployments
New Documentation Site for Reliza Hub
We have launched a new Documentation site for Reliza Hub – https://docs.relizahub.com. While this is very much work in progress, I would appreciate any feedback or comments via pm on twitter @taleodor.
Versioning Feature and Release Branches
For some time I was thinking how to solve a use case where we track both feature and release branches in Reliza Hub. The problem encountered is related to versioning. Here is the problem in a nutshell: if all branches share same versioning schema, then releases overlap and by simply looking at versions we don’t… Continue reading Versioning Feature and Release Branches
Recorded Video How to Import GitHub Repositories into Reliza Hub
Using Google App Engine and GitHub Actions for Static Websites
There are 2 most popular platforms today to host static websites: Netlify and Google App Engine (GAE). Netlify gained a lot of popularity recently because it provides integrated experience with building and deployment static websites – all in the same platform. GAE is more flexible in terms that it supports non-static web-sites as well but… Continue reading Using Google App Engine and GitHub Actions for Static Websites