.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

相关文章
相关标签/搜索