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

Relationship First Management

Below are few principles that summarize my today’s prospective on management and role of relationships: 1. Relationships are more important than deadlines Many relationships were broken over business deadlines, pressures and stress, sometimes through burnouts. Generally when there is a case of burnout, it is extremely hard to then preserve the relationship. The key issue… Continue reading Relationship First Management

Helm CD with Reliza Hub: Complete Hands-On Tutorial

UPDATE (2023-05-02): This tutorial, while still works, is now outdated. The recommended way is to deploy software via Reliza CD – see my new tutorial on that here. 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… Continue reading Helm CD with Reliza Hub: Complete Hands-On Tutorial

My Self-Taught Tech Career

12 years ago I first came to Canada on a Work Permit doing a minimum wage QA job. I had my Journalism degree from a good Russian school, 1 year of management consulting experience and 7 years of recruitment experience in Moscow, 3 years of which I was running my own recruitment company. Why and… Continue reading My Self-Taught Tech Career

Published
Categorized as Life Tagged

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

DevOps and DataOps Discord Server

We recently launched Discord DevOps and DataOps Server. Please join new DevOps community here – https://discord.gg/UTxjBf9juQ. Bonus point – I’m monitoring this server all the time and will be replying to questions myself. So it’s a best way to reach out to me quickly.

Publish Gradle Project to Maven Central via CI

We’ve recently completed automated push of Reliza Java Client (SDK) to Maven Central. It’s a Gradle project, so just want to note few things that took more time during this setup. First, we’re using newer maven-publish plugin. Then note publishing and signing sections in our build.gradle. Next, our actual build job is here. Note, that… Continue reading Publish Gradle Project to Maven Central via CI