This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kubernetes: Up and Running | |
Cap 1: Introduction, | |
Kubernetes provides the software necessary to successfully | |
build and deploy reliable, scalable distributed systems. | |
Corre en diferentes maquinas, conectadas via la network | |
Beneficios |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/nishad/udemy-dl | |
pip install udemy-dl | |
or | |
python -m pip install udemy-dl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Guia 2017 | |
Running k8s Locally via Minikube | |
See the latest Minikube release for installation instructions. | |
https://github.com/kubernetes/minikube/releases | |
Install kubectl | |
Install curl -Lo kubectl http://storage.googleapis.com/kubernetes-release/release/v1.3.0/bin/darwin/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# options: | |
# remove stopped containers and untagged images | |
# $ dkcleanup | |
# remove all stopped|running containers and untagged images | |
# $ dkcleanup --reset | |
# remove containers|images|tags matching {repository|image|repository\image|tag|image:tag} | |
# pattern and untagged images | |
# $ dkcleanup --purge {image} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User Authentication With Angular 4 and Flask | |
https://realpython.com/blog/python/user-authentication-with-angular-4-and-flask/ | |
http://webdevchecklist.com/ | Web Developer Checklist | |
https://www.youtube.com/watch?v=oCW5y4_8uGU | GOTO 2017 • Fast Data Architectures for Streaming Applications • Dean Wampler - YouTube | |
https://app.pluralsight.com/paths/skill/mvc5 | ASP.NET MVC 5 Path | Pluralsight | |
https://app.pluralsight.com/library/courses/aspdotnet-mvc5-fundamentals/table-of-contents | ASP.NET MVC 5 Fundamentals | Pluralsight |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kubernetes Architecture | |
- Big Picture View | |
- An Orchestrator for microservices Apps | |
- Masters | |
- Nodes | |
- Pods | |
- Services | |
- Deployments |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Manuel, pregunta. Herramientas para monitoreo para ir estudiando | |
? | |
*Manuel Dario Escobar Ramirez | |
*solo metricas? o también con notificación? | |
*para métricas, uno gratuito bueno es graphite | |
*Para iniciar con algo básico combinado con graphana es muy poderoso | |
*y las métricas generadas por esa app pueden usarse por otras aplicaciones como sensu/nagios/opsview para alertas | |
*prometheus tambien puede mirarse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Byte-compiled / optimized / DLL files | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
# C extensions | |
*.so | |
# Distribution / packaging | |
.Python |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
para los que estan usando terraform en un equipo y quieren establecer guidelines , les recomiendo: | |
http://apparently.me.uk/terraform-environment-application-pattern/ | |
https://github.com/TerraformDesignPattern/SysAdvent2016 | |
https://blog.gruntwork.io/how-to-use-terraform-as-a-team-251bc1104973 | |
https://blog.gruntwork.io/how-to-create-reusable-infrastructure-with-terraform-modules-25526d65f73d | |
apparently.me.uk | |
Terraform Environment+Application Design Pattern | |
A design pattern for managing shared infrastructure and application deployment using Hashicorp Terraform | |
GitHub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SENIOR DEVOPS ENGINEER | |
About us: | |
At CloudHero we're simplifying cloud infrastructure for developers. Here you'll get to work with some of the smartest and most interesting people around; solving unique and complex technical challenges on a scale matched by few companies. If you get excited about stretching yourself in new ways, developing yourself to your fullest potential, with amazingly supportive friends and colleagues; we want to talk to you! | |
We're on a mission to make developers' lives easier by providing the simplest way to run docker containers in the cloud. It's what brings us together and keeps us going. We're hard workers, independent thinkers, open communicators and voracious learners. We get the job done and we have fun doing it. | |
| |
Job description: | |
As a Senior Infrastructure Engineer you will architect the systems, and servers to keep our customers infrastructures running. You’ll build automation and systems management tools that make it easier to scale our rapidly growing business and deliver cl |