スキル一覧に戻る
nmime

hetzner-infra

by nmime

0🍴 0📅 2026年1月18日
GitHubで見るManusで実行

SKILL.md


name: hetzner-infra description: Hetzner cloud infrastructure provisioning for Kubernetes. Use when provisioning servers, networks, load balancers, firewalls, DNS zones, or storage on Hetzner Cloud via hcloud CLI.

Cloud Infrastructure

Infrastructure patterns for Kubernetes clusters. Implementation via hcloud CLI. All scripts are idempotent.

Core Components

ComponentPurposehcloud Command
ComputeVM instances for nodeshcloud server
NetworkPrivate connectivityhcloud network
Load BalancerTraffic distributionhcloud load-balancer
FirewallNetwork securityhcloud firewall
DNSName resolutionhcloud zone
StorageBlock storagehcloud volume

Server Type Selection

If a server type is unavailable in the preferred location, try other European locations:

# Check availability across EU locations
for loc in fsn1 nbg1 hel1; do
  echo "=== $loc ===" && hcloud server-type list --selector location=$loc
done

EU locations: fsn1 (Falkenstein), nbg1 (Nuremberg), hel1 (Helsinki)

Quick Start

# Install hcloud CLI
curl -sL https://github.com/hetznercloud/cli/releases/latest/download/hcloud-linux-amd64.tar.gz | tar xz
sudo mv hcloud /usr/local/bin/

# Set token
export HCLOUD_TOKEN="your-token"

# Verify
hcloud server list

hcloud Reference

Provisioning

See references/provisioning.md for step-by-step infrastructure setup.

References

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です