.NET Core Run On Docker By Kubernetes 系列文章彙總

前言介紹

.NET Core是微軟新一代主力編程平臺,開源、免費、跨平臺、輕量級、高性能,支持Linux、Docker、k8s等環境,適合開發微服務、雲原生、大型互聯網應用、全開源解決方案。
Docker是一個開源的應用容器引擎,讓開發者能夠打包他們的應用以及依賴包到一個可移植的鏡像中,而後發佈到任何流行的 Linux或Windows 機器上,也能夠實現虛擬化。容器是徹底使用沙箱機制,相互之間不會有任何接口。
Kubernetes一個用於容器集羣的自動化部署、擴容以及運維的開源平臺。經過Kubernetes,你能夠快速有效地響應用戶需求;快速而有預期地部署你的應用;極速地擴展你的應用;無縫對接新應用功能;節省資源,優化硬件資源的使用。爲容器編排管理提供了完整的開源方案。html

通俗一點理解就是:把.netcore丟docker裏面跑,而後用kubernetes來管理這些docker。sql

Docker相關

Docker EE/Docker CE簡介與版本規劃
http://www.javashuo.com/article/p-naqhdnqh-ex.htmldocker

利用阿里雲加速Docker For Windows
http://www.javashuo.com/article/p-kojnimft-ga.html數據庫

Docker For MYSQL 8.0 特別注意修復數據庫新的驗證方式
http://www.javashuo.com/article/p-mamojgxi-gd.html編程

Docker 探索安裝WordPress+Mysql8.0
http://www.javashuo.com/article/p-aqpremka-gh.html運維

使用Aliyun Docker 容器鏡像/註冊表服務
http://www.javashuo.com/article/p-pbxpqofp-gn.html微服務

使用Azure Docker容器註冊表服務
http://www.javashuo.com/article/p-mssmjrly-gp.html工具

Docker 經常使用命令和命令集結
http://www.javashuo.com/article/p-saenbuzx-gs.html性能

Docker 安裝運行MSSQL Server
http://www.javashuo.com/article/p-tdyyhtfv-eu.html優化

Docker 安裝運行MySQL
http://www.javashuo.com/article/p-hbjjchen-eq.html

Kubernetes相關

開啓和安裝Kubernetes 基於Docker For Windows
http://www.javashuo.com/article/p-glxgntvj-gu.html

.Net Core相關

給.Net Core添加Docker文件支持和運行
http://www.javashuo.com/article/p-xffmphvs-gw.html

.Net Core 2.2 項目部署到IIS
http://www.javashuo.com/article/p-ezsjvxzm-gy.html

建立.Net Core For WPF項目而且添加VS Code編譯運行支持
http://www.javashuo.com/article/p-ojdpewsy-en.html

Azure 相關

Azure Command Line(Azure CLI)指南
http://www.javashuo.com/article/p-qcdyjchu-ha.html

.Net Core項目上Azure Docker雲
http://www.javashuo.com/article/p-wauoogyg-hb.html

其餘技巧

Hyper和Vmware衝突,Device/Credential Guard 不兼容
http://www.javashuo.com/article/p-arszjmvf-hd.html

安裝Windows包管理工具Chocolatey
http://www.javashuo.com/article/p-cazmgpus-hg.html

相關文章
相關標籤/搜索