GitOps
What's new in the Red Hat OpenShift 4.9 console
Discover new features improving general usability and the developer console experience for Knative, Tekton, and GitOps development on OpenShift.
Monthly roundup: Best of August 2021
Don't miss a thing! Here's a roundup of new articles, tutorials, cheat sheets, and more published last month on Red Hat Developer.
Managing GitOps control planes for secure GitOps practices
Learn about the tools Red Hat has available to implement GitOps workflows. Use the examples to set up control planes to gain full control of your project.
Bootstrap GitOps with Red Hat OpenShift Pipelines and kam CLI
Learn how to use the GitOps app manager's kam command-line interface to bootstrap repositories. This generation process helps streamline application delivery.
Modern Fortune Teller: Using GitOps to automate application deployment on Red Hat OpenShift
Read more about the 2021 Red Hat Summit breakout session talk Modern Fortune Teller highlighting using GitOps on RedHat OpenShift applications.
DevNation Deep Dive: Argo CD
Learn the basics of Argo CD, the continuous delivery tool for Kubernetes, and explore GitOps in this DevNation Deep Dive session.
Getting started with syncwaves and hooks
This scenario will get you get familiar with syncwaves and hook phases.
Getting Started with ArgoCD and OpenShift GitOps Operator
This guide helps you get started with ArgoCD and GitOps with OpenShift.
Getting Started with OpenShift Pipelines
The goal of this track is to learn how to use Red Hat OpenShift Pipelines to...
GitOps: Standard workflow for application development
GitOps uses Git repositories as a single source of truth to deliver
Operations by pull request: An Ansible GitOps story
DevNation Day India 2021 - Understanding GitOps continuous delivery using ArgoCD
GitOps: Stop, collaborate and deploy | DevNation Tech Talk
GitOps: Stop, collaborate and deploy | DevNation Tech Talk
Kogito tooling for friendly DMN and BPMN visualization on GitHub
Kogito tooling for BPMN and DMN Chrome Extension allows you to see business processes and rules directly on the GitHub webpage.
Self-service messaging with Red Hat AMQ Online and GitOps
This article explores the service model of Red Hat AMQ Online 1.1 and how it maps to a GitOps workflow for different teams in your organization.
Tracking Huge Files With Git LFS (Tim Pettersen)
Developers love Git for its raw speed, powerful history traversal, distributed nature, and the fact that it was built by uber developer Linus Torvalds. What we don't love is the fact that, out of the box, Git has terrible support for tracking large binary files. Fortunately, developers from Atlassian, GitHub, and Visual Studio Online have teamed up to work on an open source project to solve this problem: Git LFS (Large File Support). This means researchers, web designers, game developers, multimedia producers, and all other developers who need to work with large data and rich media can move off legacy-centralized systems and start using modern version control. In this session, we'll cover the computer science behind Git LFS' internals and architecture, CLI usage, and how to build an effective Git LFS workflow for a development team. You'll leave with an understanding of how Git LFS works under the hood and some practical advice on using Git LFS with your software projects and teams.
Efficient top-k query processing on distributed column family databases: by Rui Vieira
Ranking queries are one of the central topics in the field of Information Retrieval with considerable applications in fields such as analytics. One of the challenges is to provide solutions which can be adapted to distributed data sources, specifically NoSQL distributed column-oriented databases, and comply to "user" real-time constraints, especially when dealing with massive amounts of data. In this talk, we discuss the implementation and challenges for some of the most promising algorithms to address these challenges. We also analyse their scalability and substantial gains in terms of bandwidth and execution time, as indicated by the experimental results."