Pinned Repositories
aCloudGuru-AdvancedCloudFormation
aCloudGuru Advanced CloudFormation Course
ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com/ansible/
ansible-aws-vpc-ha-wordpress
The purpose of Ansible AWS VPC Highly-Available Wordpress is to create a fully operational AWS VPC infrastructure(subnets,routeing tables,igw etc), it will also create everything that need to be for creating EC2 and RDS instances (security key, security group, subnet group)
ansible-examples
A few starter examples of ansible playbooks, to show features and how they work together. See http://galaxy.ansible.com for example roles from the Ansible community for deploying many popular applications.
ansible-ghetto-json
ansible module for quick edits to JSON files
ansible-serverdensity
Ansible playbook to automatically deploy the Server Density agent, and start monitoring. https://www.serverdensity.com
blog-assets
Source codes for some posts on my blogs.
rpremgit's Repositories
rpremgit/aCloudGuru-AdvancedCloudFormation
aCloudGuru Advanced CloudFormation Course
rpremgit/ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com/ansible/
rpremgit/ansible-examples
A few starter examples of ansible playbooks, to show features and how they work together. See http://galaxy.ansible.com for example roles from the Ansible community for deploying many popular applications.
rpremgit/ansible-ghetto-json
ansible module for quick edits to JSON files
rpremgit/ansible-serverdensity
Ansible playbook to automatically deploy the Server Density agent, and start monitoring. https://www.serverdensity.com
rpremgit/blog-assets
Source codes for some posts on my blogs.
rpremgit/bootcamp-examples
rpremgit/code_snippets
rpremgit/container.training
rpremgit/dca-prep-guide
Docker Certification Associate preparation guide - a list of resources to help you prepare for a successful certification
rpremgit/FlameGraph
Stack trace visualizer
rpremgit/k8s-deployment-strategies
Kubernetes deployment strategies explained
rpremgit/kubeless
Kubernetes Native Serverless Framework
rpremgit/Kubernetes-Certified-Administrator
Online resources that will help you prepare for taking the CNCF CKA "Kubernetes Certified Administrator" Certification exam. with time, This is not likely the comprehensive up to date list - please make a pull request if there something that should be added here.
rpremgit/labs
This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
rpremgit/linux
Linux kernel source tree
rpremgit/linux-network-performance-parameters
Learn where some of the network sysctl variables fit into the Linux/Kernel network flow
rpremgit/nperf
A sampling CPU profiler for Linux
rpremgit/perf-tools
Performance analysis tools based on Linux perf_events (aka perf) and ftrace
rpremgit/portable-ansible
Ansible without requirements to be installed (for pull-mode)
rpremgit/react-developer-roadmap
Roadmap to becoming a React developer in 2018
rpremgit/rest-api-sections
A small repository of projects built in my course, REST APIs with Flask and Python.
rpremgit/Semantic-UI-Docs
Official Documentation for Semantic UI
rpremgit/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
rpremgit/terraform
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
rpremgit/udemy-docker-mastery
Udemy Course to build, compose, deploy, and manage containers from local development to high-availability in the cloud
rpremgit/ultimate-go
Ultimate Go study guides, with heavily documented code and programs analysis all in 1 place
rpremgit/vuejs-cinema
Source code for "The Ultimate Vue.js Developers Course"
rpremgit/what-happens-when
An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"
rpremgit/what-happens-when-k8s
🤔 What happens when I type kubectl run?