Posty

Wyświetlanie postów z listopad, 2018

ECS

https://medium.com/boltops/gentle-introduction-to-how-aws-ecs-works-with-example-tutorial-cea3d27ce63d https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-service-discovery.html https://www.youtube.com/watch?v=WLD7wqJzKEw https://www.youtube.com/watch?v=1upInHReIxI http://docs.amazonaws.cn/en_us/AmazonECS/latest/developerguide/create-task-definition.html https://www.slideshare.net/AmazonWebServices/container-networking-deep-dive-with-amazon-ecs-con401-reinvent-2017 https://www.youtube.com/watch?v=XN_8Lbth8xs SERVICE DISCOVERY https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html https://medium.com/containers-on-aws/how-to-setup-service-discovery-in-elastic-container-service-3d18479959e6 https://aws.amazon.com/blogs/aws/amazon-ecs-service-discovery/ https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html https://docs....

DNS troubleshooting

sudo apt install bind9-host host -t NS domian.com

GCP (Google Cloud Platform)

-Google Cloud Platform offers Infrastracture as a Service resources, such as   *Virtual Ma chines (google Compute Engine)   *Storage (Google Cloud Dtorage)   *Virtual Networks (VPC) -Managed Kubernetes as a service: Google Container Engine -Many services for storing and processing Big Data (for example Bigtable) -Configured via web interface, command line 9Google Cloud SDK) or APIs -Google Cloud Shell for command line on the cloud

git fork repository

Obraz
GitHub Help Version  Contact Support Return to GitHub Bootcamp  / Fork a repo Fork a repo MAC WINDOWS LINUX A  fork  is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Most commonly, forks are used to either propose changes to someone else's project or to use someone else's project as a starting point for your own idea. Propose changes to someone else's project A great example of using forks to propose changes is for bug fixes. Rather than logging an issue for a bug you've found, you can: Fork the repository. Make the fix. Submit a  pull request  to the project owner. If the project owner likes your work, they might pull your fix into the original repository! Use someone else's project as a starting point for your own idea. At  the heart of open source  is the idea that by sharing code, we can make bett...