Hacker Newsnew | past | comments | ask | show | jobs | submit | mcx's commentslogin

ResilientDB would practically sell itself!


BulletproofDB


CoronaDB


Despite everything that's happened, that still makes me first think of the Mexican beer.


What about CoviDB-20?


Would be cool to have something like this for debugging outgoing container traffic in Kubernetes.


Docker is on the list: https://github.com/httptoolkit/feedback/issues/1 (you can subscribe to that for updates). Would that work for your setup?


I got introduced to HTML through Neopets as well. I remember joining a Legend of Zelda guild. Another member and I decided to start our own guild. He showed me how to use an image tag so we hotlinked a bunch of sweet images and created a bunch of new accounts to boost our member count and that helped us organically get members. Good times!


On AWS, we bake our AMIs with packer and include the Ansible roles and playbooks.

We use CloudFormation to deploy, so in the instance metadata we have it run Ansible locally to bootstrap and return the exit status to cfn-signal.

We retrieve secrets via Parameter Store. For environment specific configs that are not secrets (ie passing in vars from CloudFormation), we have cloud-init write a json file that we include with our ansible-playbook command.

The command ends up looking something like:

ansible-playbook -v -i 'localhost,' -c local /some/path/playbook.yml --extra-vars '@/some/path/vars.json' && /opt/aws/bin/cfn-signal -e $? --stack ${AWS::StackName} --resource ${AsgName} --region ${AWS::Region}


Agreed, the logistics company IKEA uses - North American Logistics Group is the worst.

A table top got damaged so they had to get me a new one and they said I should call them to reschedule. It was impossible to reach anyone. Even talking to IKEA CS on the phone was clueless as to what to do.

I finally just sent a DM to IKEA customer service on Twitter and they got everything sorted out. So if you need help just message them on Twitter.


We're on AWS so we use SSM Parameter Store. Works nicely with KMS and IAM.


+1 Same. Automation and integration is fairly frictionless if you're on AWS.


If you're in SF: https://bradfieldcs.com/


This looks like what I am looking for, but I'm in the other side of the country. Thanks though, will keep it in mind.


Would be nice if they had something like this in DC


has anyone had experience with this? I'd love to get some actual reviews of this place?


Hi! I'm one of the instructors, if you ping me at oz@bradfieldcs.com I can connect you with past students or answer any questions you have :)


Perhaps you could instead pivot this idea. I think it would be more interesting if you could have the editor play back all the actions taken that led to the resulting commit.


Same, would love to hear someones thoughts on using this in production, especially compared to BLESS by Netflix (https://github.com/Netflix/bless).


Unfortunately, it doesn't appear BLESS is an option if you want to keep your authentication stuff behind your firewall.


you might be interested in ScaleFT, we offer our product in a behind the firewall edition with similar goals/features to BLESS:

https://www.scaleft.com/product/

(I'm a ScaleFT co-founder)


You are probably looking for a more unbiased opinion than I can deliver (I work at Gravitational and am the OP). However, I will say that Teleport is an integral component to our Telekube platform[0] which is used in production with customers like Mulesoft and Clustrix. So at least I can confirm it's not shelfware and it's crucial to the well being of our company.

[0] http://gravitational.com/telekube/


Are you guys using rails w/ graphql-ruby? Would love to see a blog post with more details about the backend implementation!


The post links https://github.com/github/github-graphql-rails-example - "a small app built with Rails that demonstrates how you might interact with our GraphQL schema."


This just shows that they've made use of a graphql Rails client; the GP asked about the backend which could be in a different language.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: