/manifest

Manifest and config files for applications deployed on Honahuku's k8s cluster

MIT LicenseMIT

manifest

This repository contains manifest files and config files for each application that will be deployed to Honahuku's home k8s cluster.

bootstrap

ArgoCDはすでに立ち上がっているとして、以下を実行

kustomize build applications/overlays/$(ENV)

kompose による manifest の自動生成

kubernetes/kompose というツールがあります。
これは docker-compose ファイルをk8sのマニフェストに変換してくれるやつです