Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Accelerate Your Migration to JFrog SaaS with the AWS ISV Workload Migration Program

In the fast-paced, ever-evolving world of software development, the ability to seamlessly migrate and manage workloads on the cloud is a game changer. At JFrog, we’re committed to empowering organizations to achieve their DevOps, DevSecOps, and MLOps goals with speed, security, and efficiency. Migrating these workloads to the cloud offers numerous advantages, including increased scalability, cost efficiency, and improved agility.

Build and test a LlamaIndex RAG application

LlamaIndex is a framework for building context-augmented large language model (LLM) applications. It enables you to augment the model with domain-specific data to customize it and improve its responses to your use case. You can use this framework to build a question-answering chat bot, a document understanding and extraction application, or an autonomous agent. The framework provides tools to ingest data, process it, and implement query workflows that combine data access with LLM prompts.

Seamless Quality: Integrating Quality Control into Your CI/CD Pipeline

Integrating quality control into your Continuous Integration and Continuous Deployment (CI/CD) pipeline is essential, especially with inspection software for quality control. This integration ensures that code changes meet high-quality standards before they reach production. Businesses can deliver robust software more efficiently by embedding quality control processes and utilizing inspection software within the CI/CD pipeline.

Everything You Ever Wanted to Know About Deletion and Argo CD Finalizers but Were Afraid to Ask

Accidentally deleting an application is bad, but accidentally deleting all of them is a lot worse. In this post, I show you how to avoid issues like the following: Argo CD finalizers is a built-in Argo CD feature that confuses many new users and can even result in accidental deletion if you’re not careful. If you see a resource managed by Argo CD that was supposed to be deleted but isn’t, then you can almost certainly blame a finalizer.

GitOps Secrets with Argo CD, Hashicorp Vault and the External Secret Operator

Teams adopting GitOps often ask how to use secrets with Argo CD. The official Argo CD page about secrets is unopinionated by design and simply lists a set of projects that can help you with secrets. We’ve seen several approaches to secret management. These include sealed secrets, the Argo CD Vault plugin, and the External Secret Operator. In this post, we showcase the External Secret Operator and Hashicorp Vault and focus on 2 important aspects.