azure-container-service

Azure Service Fabric vs Azure Container Services

柔情痞子 提交于 2019-12-03 03:01:29
问题 I understand that both Azure Service Fabric and Azure Container Services can be used to host microservices through containers. In what scenarios is it practical & cost effective to use one over the other? What are some strong use cases for Azure Service Fabric and Azure Container Services models of hosting I read this comparison but did not find it comprehensive Update: A comparison table like one in this diagram would help keep the points "sticky" & memorable while deciding which option to

How to login into DC-OS slave through Master

这一生的挚爱 提交于 2019-11-28 11:33:13
问题 I created DC-OS cluster on azure, after creating with ssh public key I can access to master with the following commands, sudo ssh -v -A -p 2200 user@master-ip -i /root/.ssh/id_rsa After getting into Master I want to access agents so I copied id_rsa and id_rsa.pub key from host to master node. and run the following command. ssh -p 22 10.32.0.4 debug1: No more authentication methods to try. Permission denied (public key) but unfortunately it will give following error, I have tried so many ways