{"id":20572181,"url":"https://github.com/mcaimi/k8s-demo-argocd","last_synced_at":"2025-06-14T18:08:13.126Z","repository":{"id":69446925,"uuid":"376750856","full_name":"mcaimi/k8s-demo-argocd","owner":"mcaimi","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-05T16:11:24.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T18:08:12.328Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcaimi.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-14T08:13:14.000Z","updated_at":"2023-08-28T14:03:59.000Z","dependencies_parsed_at":"2024-11-16T05:18:57.161Z","dependency_job_id":"55fa40e8-442e-42d3-910a-f230e27710da","html_url":"https://github.com/mcaimi/k8s-demo-argocd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mcaimi/k8s-demo-argocd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Fk8s-demo-argocd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Fk8s-demo-argocd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Fk8s-demo-argocd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Fk8s-demo-argocd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcaimi","download_url":"https://codeload.github.com/mcaimi/k8s-demo-argocd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Fk8s-demo-argocd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259860405,"owners_count":22922987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T05:18:42.936Z","updated_at":"2025-06-14T18:08:13.079Z","avatar_url":"https://github.com/mcaimi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"K8S QUARKUS APPLICATION DEMO: GitOps with ArgoCD\n================================================\n\nThis repo holds the deployment manifests templates that are used to deploy the demo application built from this_ repository into a compatible Kubernetes or Openshift cluster.\n\nThis demo uses:\n\n- Git as the source of truth for templates\n- ArgoCD as the deployment manager.\n- Quarkus as the application runtime for the demo app\n- PostgreSQL as a backend relational DB\n- ServiceMesh for security, observability\n\nDeploy Operators\n----------------\n\nCluster configuration is performed in a GitOps native way. Relevant components are deployed as part of the application itself:\n\n- The Openshift GitOps Operator and ArgoCD Application Controller\n- The Openshift Pipelines Operator\n- The Openshift Service Mesh Operator and Control Plane instance\n\n.. code:: bash\n\n  $ oc apply -k config/ocp-gitops/operator\n\nOnce ArgoCD is up \u0026 running, let's  install the remaining dependencies\n\n.. code:: bash\n\n  $ oc apply -k config/ocp-pipelines/argocd\n  $ oc apply -k config/ocp-servicemesh/argocd\n\nAt some point, the status of every application will converge to an healthy and synced state.\n\nDeploy Tekton Pipelines and Build the Application\n-------------------------------------------------\n\nThe application lifecycle is managed through ArgoCD:\n\n- There is one folder that contains Tekton Build Pipelines and Pipeline Triggers used to build the runnable container image\n- Another folder contains the Quarkus Application deployment manifests\n- Servicemesh configuration is configured as a standalone ArgoCD Application as well as the backend DB.\n\nFirst step, deploy the CI Pipelines and frontend deployment manifests:\n\n.. code:: bash\n\n  $ oc apply -k application/quarkus-notes/\n\nAt this point, the Backend Database deployment Application and Servicemesh Configuration Application can be created:\n\n.. code:: bash\n\n  $ oc apply -k application/postgres\n  $ oc apply -k application/servicemesh\n\nLastly, the Quarkus App must be built. Either run the pipeline or configure a Git webhook that calls into the EventListener in tekton.\n\n.. _this: https://github.com/mcaimi/quarkus-notes.git\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcaimi%2Fk8s-demo-argocd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcaimi%2Fk8s-demo-argocd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcaimi%2Fk8s-demo-argocd/lists"}