Skip to content

kuroweb/k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

k8s

  • 自宅k8sサーバのマニフェスト管理用リポジトリ

Categories

Nodes

graph
  direction LR

  subgraph k8s[" "]
    subgraph control["Control Node"]
      master-1
    end

    subgraph worker["Worker Node"]
      worker-1
      worker-2
    end
  end

  control-->worker
Loading

Applications

Application LoadbalancerIP
Longhorn http://192.168.0.201
docker-registry https://192.168.0.202:5000
OpenFaaS http://192.168.0.203:8080
Portainer http://192.168.0.207:9000
Argo CD https://192.168.0.208
price-monitoring - Frontend http://192.168.0.217
price-monitoring - Backend http://192.168.0.210:3000
price-monitoring - Backend - Sidekiq管理画面 http://192.168.0.210:3000/sidekiq

Secrets

  • プライベートリポジトリで管理する方針のため、本リポジトリには追加しないこと

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published