BytebaseinDevOps.dev·Aug 4Database as Code — the Good, the Bad and the UglyThis is a series of articles about Database-as-code (GitOps) Database as Code — the Good, the Bad and the Ugly (this one) Database Version Control, State-based or Migration-based? What is Database Schema Drift? The Database as Code Landscape Before touching Database as Code, let’s first addressing the more general concept…Gitops5 min read
Lu XiaoinIBM Cloud·Aug 2Deploy Instana agent on OpenShift with GitOpsCo-Authors: Xiao Lu, Tian Xing, Mo Ying About GitOps GitOps is an operational model that employs DevOps best practices and Infrastructure as Code (IaC) to perform operations on infrastructure and modern cloud native applications. …Gitops6 min read
Patrick ButlerinIBM Cloud·Aug 2IBM Instana Observability Self-Hosted releases a new version (version 1.0.229) today, August 2, 2022.This latest release delivers enhancements and additional coverage from what was delivered with version 1.0.227. In this release, you can directly use Instana packages for installation and deployment. For detailed instructions, see the Instructions.pdf file, which you can download from Passport Advantage. Main features now available to IBM clients in…Gitops3 min read
Dominik Manser·Jul 31Terraform, Gitlab, K8s, ArgoCD: Fully automated, scalable and extendable SaaS deployment with secret injection and DNS records as codeIntroduction Before any provisioning or deployment work we set out with the goal of achieving the lowest possible engineering effort for running and maintaining a scalable SaaS solution. It was clear at the beginning that this meant some initial extra effort, but the advantage here is that this type of work…Gitops13 min read
Shivam Mukhade·Jul 29OpenShift/Tekton Pipelines As Code “v2”This article will introduce the redesigned version of PipelinesAsCode and how you can run your CI the GitOps way with OpenShift Pipelines/Tekton Pipelines. > NOTE: This is an updated version of a previous article https://towardsdev.com/openshift-pipelines-as-code-a3751c300f0a which featured v0.5.3. After v0.5.x there has been a redesigned, at present the latest version…Gitops7 min read
KubeshopinKubeshop.io·Jul 26Kubeshop Acquires Kubefirst — GitOps Infrastructure & Application Delivery PlatformThe Story of Kubefirst In 2017, John Dietz and Jared Edwards met while working together on a cloud engineering team at a real estate big data startup. They were tasked with building an infrastructure management platform and application delivery system built entirely on Kubernetes. Building their first Kubernetes platform together took the better part…Gitops3 min read
Ajinkya BhabalinSearce·Jul 24kpt — Packaging tool for Kubernetes workloadWhat is kpt? kpt is a package manager for k8s alternative to our traditional helm charts built by Google. kpt lets you reuse and share package across all environments. …Gitops4 min read
Lauan Guermandi·Jul 24Como publicar um aplicação .NET 6 no Kubernetes, utilizando Azure Devops e Argo CDIntrodução O Docker fornece um ambiente padronizado e estável para nossa aplicação, assim como ajuda a reduzir os problemas com a escalabilidade da aplicação. Para orquestrar estes containers temos algumas opções, e neste arquivo iremos utilizar o que talvez seja o mais famoso, o Kubernetes. O Kubernetes é um poderoso…Gitops4 min read
FoxuTech·Jul 24Manage Argo CD Repositories and Applications using Argo CD CLIIn our last post we have seen how to install Argo CD CLI and demonstrated few Argo CD commands like clusters, context etc. In this post will see how to manage the Repositories and applications in Argo CD using CLI. As we seen earlier, we can manage repo and apps…Gitops3 min read
FoxuTech·Jul 23Argo CD CLI Installation and CommandsSo far, we have seen Argo CD with UI mostly and now let’s see another feature provided by Argo CD, which CLI to manage the Argo CD. CLI provides almost same feature as GUI, you can perform most of the operation done via UI using CLI. …Gitops3 min read