Can I ask here? Why do a lot of companies insist on keeping their code on GitHub? It seems expensive and they have many service outages from DDoS attacks. It seems like someone could set up their 10 different git servers for a fraction of the price and have greater up-time due to redundancy. And securing your own isn't rocket science either... What am I not seeing that is the big draw to github?
Github is having a major service outage
11–20 of 21 posts
Re: Github is having a major service outage
#12Can I ask here? Why do a lot of companies insist on keeping their code on GitHub? It seems expensive and they have many service outages from DDoS attacks. It seems like someone could set up their 10 different git servers for a fraction of the price and have greater up-time due to redundancy. And securing your own isn't rocket science either... What am I not seeing that is the big draw to github?
Re: Github is having a major service outage
#13Can I ask here? Why do a lot of companies insist on keeping their code on GitHub? It seems expensive and they have many service outages from DDoS attacks. It seems like someone could set up their 10 different git servers for a fraction of the price and have greater up-time due to redundancy. And securing your own isn't rocket science either... What am I not seeing that is the big draw to github?
That all being said I use CodeBaseHQ for my company's repos as they have a better model of projects with repos in them than just repos.
Re: Github is having a major service outage
#14Can I ask here? Why do a lot of companies insist on keeping their code on GitHub? It seems expensive and they have many service outages from DDoS attacks. It seems like someone could set up their 10 different git servers for a fraction of the price and have greater up-time due to redundancy. And securing your own isn't rocket science either... What am I not seeing that is the big draw to github?
The downtimes are... regrettble. But our company moved to github a while ago, and everyone is mostly happy.
Re: Github is having a major service outage
#15Earlier quoted context omitted.
Two possibilities: 1. Boredom 2. Infamy (although nobody seems to claim responsibility for attacks like this so not sure how that can be a motivating factor - but who knows).
3. Extortion.
Re: Github is having a major service outage
#16Earlier quoted context omitted.
GitHub has competitors.
An interesting idea and I have honest question: would anyone in the industry risk DDOS-ing a competitor? I mean, sooner or later they would get caught, the news would spread like a wildfire, that would really be great PR for the attacked. Any ideas on that? Does anyone have a case where that actually happened?
That's nowhere near certain.
Re: Github is having a major service outage
#17Can I ask here? Why do a lot of companies insist on keeping their code on GitHub? It seems expensive and they have many service outages from DDoS attacks. It seems like someone could set up their 10 different git servers for a fraction of the price and have greater up-time due to redundancy. And securing your own isn't rocket science either... What am I not seeing that is the big draw to github?
There are a lot of companies out there who do not have a system administrator capable of setting up or maintaining (the latter is more difficult and time consuming) its own server. GitHub is a solution to that and is quite cheap.
When I checked github (I tried to check again now but their site is down) it would cost something like $1,500 bucks...It seems like I would be getting gouged.
Re: Github is having a major service outage
#18I wonder how many people who use Github as part of their deployment work flow are impacted by outages like this. I know git is distributed, but I can imagine people with scripts that default to pulling from a github.com origin having to scramble to reconfigure.
Re: Github is having a major service outage
#19Earlier quoted context omitted.
There are a lot of companies out there who do not have a system administrator capable of setting up or maintaining (the latter is more difficult and time consuming) its own server. GitHub is a solution to that and is quite cheap.
Is it cheap? If I was hypothetically an app company with many customers I could easily have a thousand private repos. When I checked github (I tried to check again now but their site is down) it would cost something like $1,500 bucks...It seems like I would be getting gouged.
The reason I say active is because even if you do have a thousand repos, you're surely not maintaining all of them - that would be insane. You would probably have 950 repos which would be better off archived, backed-up, and removed from GitHub.
Re: Github is having a major service outage
#20Earlier quoted context omitted.
There are a lot of companies out there who do not have a system administrator capable of setting up or maintaining (the latter is more difficult and time consuming) its own server. GitHub is a solution to that and is quite cheap.
Is it cheap? If I was hypothetically an app company with many customers I could easily have a thousand private repos. When I checked github (I tried to check again now but their site is down) it would cost something like $1,500 bucks...It seems like I would be getting gouged.
Having said that, personally, I prefer BitBucket pricing scheme where I can have unlimited private repos and paying per number of users.