banner = "" categories = [“Kubernetes”] date = “2020-10-17T11:58:06+02:00” description = "" images = [] menu = "" tags = [“Docker”, “Kubernetes”] title = “利用github action部署到k8s集群” draft = true +++

目标

个人开发项目软件工程实践。

概念

先从静态开始

列表

  1. Cluster
  2. pods
  3. labels
  4. Replication Controllers
  5. services
  6. Nodes

vs gitlab

https://docs.github.com/en/enterprise-server@2.22/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions

参考

  1. file:///E:/Docker/Using%20GitHub%20Actions%20to%20deploy%20to%20Kubernetes%20-%20Project%20A%20Insights.mht Using GitHub Actions to deploy to Kubernetes
  2. https://dotblogs.com.tw/explooosion/2020/10/09/143330
  3. https://gianarb.it/blog/kubernetes-github-action