Coder Social home page Coder Social logo

argocd-examples-clickhouse's Introduction

Example ArgoCD application definitions for ClickHouse analytic applications

In this project you'll find ArgoCD applications and instructions to stand up a full analytic stack based on ClickHouse in a Kubernetes cluster.

Prerequisites

You'll need a Kubernetes cluster. EKS, GKE, or minikube should all be OK.

Install the following tools in your environment. ArgoCD should be installed in the argocd namespace.

Confirm that you can connect to Kubernetes by listing available namespaces.

kubectl get ns

Login to ArgoCD

All commands with argocd require an accessible ArgoCD API endpoint and a valid token. Get them as follows.

kubectl port-forward svc/argocd-server -n argocd 8080:443 &
argocd login localhost:8080 --username=admin --password="yourpassword" --insecure

Bring up the analytic stack

Run the create-stack.sh script in the apps directory.

Make endpoints accessible

Run the forward-stack.sh script in the apps directory.

Remove the analytic stack

Run delete-stack-apps.sh followed by delete-stack-deps.sh in the apps directory.

You must clean up the apps before removing dependencies. The Altinity operator must be present to delete ClickHouse clusters. If you forget, deletion of ClickHouse resources may hang. If that happens, take the following steps to clean up fully.

  1. Run 'kubectl edit' on any chi resource and remove the finalizer.
  2. Drop the namespace.

argocd-examples-clickhouse's People

Contributors

hodgesrm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.