diff --git a/README.md b/README.md index 4de5f84..0adb927 100644 --- a/README.md +++ b/README.md @@ -1 +1,67 @@ -# saimanoj75 \ No newline at end of file +## What is Cloud Computing? +> Cloud computing is an internet-based computing model for enabling ubiquitous, convenient, +> on-demand network access to a shared pool of configurable computing +> resources (e.g., networks, servers, storage, applications and services) that can +> be rapidly provisioned and released with minimal management effort. +> +> It is a model for enabling ubiquitous, on-demand access to a shared pool of configurable computing resources. +> +> It relies on sharing of resources to achieve coherence and economies of scale, similar to a utility (like the electricity grid) over a network. + +# Where to Start? + +## Platforms +1. Amazon Web Services +2. Google Cloud Platforms + - Cloud Computing Models + - Google Compute Engine + - Kubernetes +3. Software as a Service (SaaS) +4. Platform as a Service (PaaS) +5. Infrastructure as a Service (IaaS) +6. Heroku + +## Cloud Computing Deployment Types + +1. Open Clouds +2. Hybrid Clouds +3. Private Clouds + +## Tools + +1. Monitoring +- [Riemann](http://riemann.io/) - Monitors distributed systems. + +2. Management +- [ServiceMesh](http://www.servicemesh.com/) - Enterprise cloud management +- [Puppet Labs](https://puppetlabs.com/) - Cloud Configuration Management + + +## Key Concepts + +1. Consensus Protocols +- [Paxos Made Live](http://static.googleusercontent.com/media/research.google.com/en//archive/paxos_made_live.pdf) +- [ZooKeeper Consensus](http://diyhpl.us/~bryan/papers2/distributed/distributed-systems/zab.totally-ordered-broadcast-protocol.2008.pdf) +- [Raft](https://ramcloud.atlassian.net/wiki/download/attachments/6586375/raft.pdf) +2. Consistency +3. Conflict-Free Data Structures +4. Distributed Programming + +## Distributed Systems in the Wild +- [Bitcoin](https://bitcoin.org/bitcoin.pdf) + +## Books +- [Kubernetes: Up and Running](http://www.amazon.com/Kubernetes-Running-Dive-Future-Infrastructure/dp/1491935677) +- [Docker: Up & Running](http://www.amazon.com/Docker-Up-Running-Karl-Matthias/dp/1491917571) +- [Building Microservices](http://www.amazon.com/Building-Microservices-Sam-Newman/dp/1491950358) + +## Conferences +- [Container Camp](https://container.camp/) +- [Kubecon](https://kubecon.io/) +- [dotScale](https://www.dotscale.io/) +- [docker](https://2018.dockercon.com/) + + +## Other Awesome Lists +- [Awesome Docker](https://github.com/veggiemonk/awesome-docker) +- [Awesome Kubernetes](https://github.com/ramitsurana/awesome-kubernetes)