"Class SRE implements DevOps" is a specific way to do DevOps.
- Job/Role
- SRE System
- CI/CD and tools to implement
- Operations in Google Cloud and tools to implement
| #!/usr/bin/env bash | |
| ##################################################################### | |
| # REFERENCES | |
| # - https://cloud.google.com/run/docs/securing/private-networking#from-other-services | |
| # - https://cloud.google.com/run/docs/securing/private-networking#from-vpc | |
| # - https://cloud.google.com/appengine/docs/flexible/disable-external-ip | |
| # - https://cloud.google.com/dns/docs/records#adding_or_removing_a_record | |
| # - https://cloud.google.com/vpc/docs/configure-private-google-access | |
| # - https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-go-service |
| #!/usr/bin/env bash | |
| ##################################################################### | |
| # REFERENCES | |
| # - https://cloud.google.com/run/docs/multiple-regions | |
| # - https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance-groups | |
| # - https://cloud.google.com/load-balancing/docs/https/setup-global-ext-https-compute | |
| # - https://cloud.google.com/load-balancing/docs/backend-service#named_ports | |
| ##################################################################### |
"Class SRE implements DevOps" is a specific way to do DevOps.
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000| "vimrc file maintained by Damian Michalski for personal use | |
| "Based on vimrc from Marek Tkaczyk | |
| " NOTE: you need to create 'backup', 'swap', 'undo' and undodir folders inside ~/.vim | |
| " NOTE: in order for airline to look good, you need to install and select powerline fonts pack | |
| " NOTE: markonm/traces.vim is incompatible with neovim - to make it work, turn off inccommand | |
| " NOTE: in order to make language client work, you need to execute: | |
| " yarn global add javascript-typescript-langserver | |
| " That will install javascript-typescript-stdio |
The url has changed: https://odan.github.io/2017/04/17/rest-restful-api-quick-reference.html