docker-archive / for-azure

27 stars 18 forks source link

Project no longer supported? #74

Open imjosh opened 6 years ago

imjosh commented 6 years ago

It seems that this project is no longer being supported. Perhaps the readme should be updated to reflect this so people will stop using it for new projects and wondering if outstanding issues will ever be fixed?

Praggie commented 6 years ago

Yes, Please provide the status of this project. Should we stop using Docker on Azure?

dealproc commented 6 years ago

If this is the case, is the alternative to roll over to a k8s cluster in Azure? I ask because I'm presently deployed on this within Azure, and have been considering the roll-over anyhow, so this would be the final nail in the coffin, sort-of speak.

vesylapp commented 6 years ago

@dealproc I ripped out docker4azure, and installed docker on ubuntu vms, configured the networking etc. and enabled swarm all manually. For what I'm doing, the d4a template was overly complex anyway.

I believe there are some solutions to automate some of that setup, or you could just create your own azure template if you know how to (I don't).

I'm very familiar with swarm and it works very well for me; k8s has a steep learning curve, so I didn't want to have to go down that road.

dealproc commented 6 years ago

What intrigues me with k8s within azure is that you get the manager nodes gratis, whereas we're paying for the manager nodes with docker swarm using Docker-CE within azure.

vesylapp commented 6 years ago

The last time I checked (a while ago), ACS didn't seem fully baked to me. Maybe it is by now. I just let my managers also act as workers instead of paying for at least 3 VMs that aren't doing much.

bitsofinfo commented 5 years ago

Hey Docker employees or representatives: is Docker for Azure Dead? One simple answer YES or NO please?

eosfor commented 5 years ago

+1

thehappycoder commented 5 years ago

😭

imjosh commented 5 years ago

No reply from Docker in 3 months...

image

dealproc commented 5 years ago

Invest the time, learn k8s... it's worthwhile.