One of the most frequent questions in modern DevOps world is how to promote software from Development environment all the way to Production – via Test, UAT, Staging and other lower level environment if applicable. The challenge here is two-fold: Below I will show how we manage the above with Reliza Hub. This will be… Continue reading How To Promote Software to Production with Reliza Hub
Tag: Reliza Hub
Reliza CD Tutorial: Deploying on Kubernetes
This tutorial describes Reliza CD – agent that connects Kubernetes clusters to Reliza Hub and allows to deploy software from the hub. This post continues my previous tutorial on Reliza Hub Ephemerals – but here I describe how to configure Persistent instances rather than ephemerals. Much of the same setup as in the Ephemeral tutorial… Continue reading Reliza CD Tutorial: Deploying on Kubernetes
How To Spin Helm Ephemerals with Reliza Hub: Tutorial
Here I will show how to configure Self-Serviced Ephemeral Instances for Helm projects with Reliza Hub. This is going to be a complete end-to-end tutorial. I will use Rebom project as an example and use GitHub Actions as our CI platform – although any other CI may be used in practice. Note that any Kubernetes… Continue reading How To Spin Helm Ephemerals with Reliza Hub: Tutorial
Jenkins Builds with Kaniko and Reliza: Tutorial
Here I would like to present complete tutorial how we integrate Jenkins kaniko builds with Reliza Hub. As a base I will use my toy project – Mafia game. Specifically, we would use UI project to do the builds – Mafia Vue. Quick summary of what we are going to do in the course of… Continue reading Jenkins Builds with Kaniko and Reliza: Tutorial
Monorepos: How we do it with Reliza Hub
Monorepo is a software structure which assumes multiple projects in the same repository. What is good about monorepos? Developers work with only one repository and don’t have to remember or care about multiple repositories for the product. Essentially, everything is in one place – that’s the primary goal. It is also assumed that monorepo is… Continue reading Monorepos: How we do it with Reliza Hub
Reliza Hub Tutorial – 2021
Just published Reliza Hub Tutorial 2021 edition – would love to hear your feedback on our community discord.
Auto-Integrate on Reliza Hub
We have just rolled in Auto-Integrate feature to Reliza Hub and I’m going to describe here how this works. As you know, our tutorials previously assumed the use of an Integration instance for bundling services in Reliza Hub. So for every case we had to allocate an actual instance responsible for integration. Not any more!… Continue reading Auto-Integrate on Reliza Hub
Automated Changelogs are Now Part of Reliza Hub
Happy to announce that Reliza Hub would now automatically prepare changelogs between software releases. Here is how this works: Connect CI tool to Reliza Hub according to documentation Adopt conventional commits (it would somewhat work even without conventional commits, but this won’t be nice) Every release in Reliza Hub now has compare tab, where you… Continue reading Automated Changelogs are Now Part of Reliza Hub
Demo of Replace Tags on Reliza Hub
Just published my latest demo of Replace Tags functionality on Reliza Hub. This is something that we use in our GitOps workflow.
Is My Commit Deployed?
Happy to announce “Is My Commit Deployed?” functionality on Reliza Hub. Here is a familiar dialog:– Developer: I just committed the fix.– QA: I am testing on test and the fix is not there.– Developer: Then my fix is not deployed yet!– QA: ??? Now we have a way to check whether a specific commit… Continue reading Is My Commit Deployed?