摘要:
https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity-custom-storage-providers stores: https://github.com/dotnet/aspnetcore/bl 阅读全文
摘要:
自己使用一台master两台worker搭建了一个k8s集群。把服务部署上去后,发现服务无法访问到部署在集群外部的数据库。 在宿主机上直接ping是能够ping通的,但是pod中不行。 pod能ping通各node ip,但无法ping通集群外部的网络ip。这个问题很奇怪。 #通过busybox验证 阅读全文