Skip to content

Add new skills for deploying ClickHouse servers#5

Open
hodgesrm wants to merge 1 commit into
mainfrom
initial-deploy-skills
Open

Add new skills for deploying ClickHouse servers#5
hodgesrm wants to merge 1 commit into
mainfrom
initial-deploy-skills

Conversation

@hodgesrm
Copy link
Copy Markdown
Member

This PR adds an overview skill for managing ClickHouse deployment, a skill to find out about different server builds, and skills that cover dev deployments using containers on docker compose or desktop Kubernetes.

The new skill organization is based on altinity-expert-kubernetes, which groups a large number of skills related to DBA operations under a single directory. Each directory includes a Makefile that builds skill releases and has targets to link skills directly to .claude during development.

To try out these skills, do the following:

git clone https://github.com/Altinity/altinity-skills
cd altinity-skills
git fetch -a && git checkout initial-deploy-skills
(cd  altinity-deploy-clickhouse; make link)
(cd  altinity-expert-kubernetes; make link)

Start claude in another directory and invoke /altinity-deploy-clickhouse-overview at the command line. Have fun!

This initial PR is structured so that it adds to existing skills with minimal/zero touchpoints.

This commit adds an overview skill for deployment, knowledge about
different server builds, and dev deployments using containers on
docker compose or desktop Kubernetes.
Copy link
Copy Markdown
Collaborator

@Slach Slach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to add github action deploy-skill.yaml and kubernetes-skill.yaml something like that https://github.com/Altinity/altinity-skills/blob/main/.github/workflows/profiler-skill.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants