Add consul, vault, boundary and improve sections

This commit is contained in:
Marcelo Boeira
2021-05-23 17:42:19 +02:00
parent 9dc392263f
commit 23ed8a7086
4 changed files with 27 additions and 8 deletions

View File

@@ -527,8 +527,13 @@ For instance, take into account the snaptshot above. If you already know how to
* [EKS - Tenancy Best Practices](https://aws.github.io/aws-eks-best-practices/security/docs/multitenancy/) 📰 🆓 * [EKS - Tenancy Best Practices](https://aws.github.io/aws-eks-best-practices/security/docs/multitenancy/) 📰 🆓
* [Loft - Kubernetes MultiTenancy](https://loft.sh/features/kubernetes-multi-tenancy) * [Loft - Kubernetes MultiTenancy](https://loft.sh/features/kubernetes-multi-tenancy)
* [Architecting multi-tenant PaaS offerings with Amazon EKS](https://www.youtube.com/watch?v=P29eL_51iYU) 📼 🆓 * [Architecting multi-tenant PaaS offerings with Amazon EKS](https://www.youtube.com/watch?v=P29eL_51iYU) 📼 🆓
* Usecases
* [Kubernetes Platform @ Pinterest](https://medium.com/pinterest-engineering/building-a-kubernetes-platform-at-pinterest-fb3d9571c948) 📰 🆓
* Service Mesh * Service Mesh
* [What is service mesh?](https://www.youtube.com/watch?v=vh1YtWjfcyk) 📼 🆓 * [What is service mesh?](https://www.youtube.com/watch?v=vh1YtWjfcyk) 📼 🆓
* Consul
* [Introduction to Consul](https://www.youtube.com/watch?v=mxeMdl0KvBI) 📼 🆓
* [How Consul works with Kubernetes](https://www.youtube.com/watch?v=K93ZaUzwEWk) 📼 🆓
* Istio * Istio
* [Istio Explained - IBM Videos](https://www.youtube.com/watch?v=6zDrLvpfCK4) 📼 🆓 * [Istio Explained - IBM Videos](https://www.youtube.com/watch?v=6zDrLvpfCK4) 📼 🆓
* [What is Istio? ](https://www.youtube.com/watch?v=1iyFq2VaL5Y) 📼 🆓 * [What is Istio? ](https://www.youtube.com/watch?v=1iyFq2VaL5Y) 📼 🆓
@@ -544,13 +549,17 @@ For instance, take into account the snaptshot above. If you already know how to
* [Introduction to Terraform](https://www.youtube.com/watch?v=h970ZBgKINg) 📼 🆓 * [Introduction to Terraform](https://www.youtube.com/watch?v=h970ZBgKINg) 📼 🆓
* [Infrastructure as Code in the Real World?](https://www.youtube.com/watch?v=S6vS5mzivFo) 📼 🆓 * [Infrastructure as Code in the Real World?](https://www.youtube.com/watch?v=S6vS5mzivFo) 📼 🆓
* [Terraform: Up and Running](https://learning.oreilly.com/library/view/terraform-up-and/9781491977071/) 📕 💰 * [Terraform: Up and Running](https://learning.oreilly.com/library/view/terraform-up-and/9781491977071/) 📕 💰
* Packer
* [The Packer Book](https://learning.oreilly.com/library/view/the-packer-book/9780988820272/) 📕 💰
* [CDK - CloudFormation Development Kit](https://docs.aws.amazon.com/cdk/latest/guide/home.html) * [CDK - CloudFormation Development Kit](https://docs.aws.amazon.com/cdk/latest/guide/home.html)
* [Infrastructure is Code with CDK](https://www.youtube.com/watch?v=ZWCvNFUN-sU&feature=youtu.be) 📼 🆓 * [Infrastructure is Code with CDK](https://www.youtube.com/watch?v=ZWCvNFUN-sU&feature=youtu.be) 📼 🆓
* [CDK Best Practices](https://github.com/kevinslin/open-cdk) 💻 🆓 📰 * [CDK Best Practices](https://github.com/kevinslin/open-cdk) 💻 🆓 📰
* Usecases * Packer
* [Kubernetes Platform @ Pinterest](https://medium.com/pinterest-engineering/building-a-kubernetes-platform-at-pinterest-fb3d9571c948) 📰 🆓 * [The Packer Book](https://learning.oreilly.com/library/view/the-packer-book/9780988820272/) 📕 💰
* Secret Management
* [Vault](https://www.vaultproject.io) - Secure dynamic infrastructure across clouds and environments
* [Introduction to Vault](https://www.youtube.com/watch?v=VYfl-DpZ5wM) 📼 🆓
* Session Management
* [Boundary](https://www.boundaryproject.io) - Secure access to hosts and services
* [Introduction to Boundary](https://www.youtube.com/watch?v=eRZuaw0AW0I) 📼 🆓
* Linux * Linux
* [LFS - Linux from Scratch Book](http://www.linuxfromscratch.org/lfs/downloads/8.4/LFS-BOOK-8.4.pdf) 📼 🆓 * [LFS - Linux from Scratch Book](http://www.linuxfromscratch.org/lfs/downloads/8.4/LFS-BOOK-8.4.pdf) 📼 🆓
* systemd * systemd

5
TODO
View File

@@ -32,6 +32,7 @@ https://www.amazon.de/Designing-Data-Intensive-Applications-Reliable-Maintainabl
Consul Consul
Etcd Etcd
Redis with WAL? Redis with WAL?
https://www.youtube.com/watch?v=DUbEgNw-F9c
# Performance? # Performance?
Zero Copy Zero Copy
@@ -167,6 +168,10 @@ https://www.youtube.com/watch?v=o_AIw9bGogo
Transaction Theory Transaction Theory
http://faculty.juniata.edu/rhodes/dbms/transproc.htm http://faculty.juniata.edu/rhodes/dbms/transproc.htm
SQL/Database Specific
https://www.youtube.com/watch?v=HQ2mcEssJ7Y
https://www.youtube.com/watch?v=xYysvuDAX70
Redis Transactions Redis Transactions

View File

@@ -108,10 +108,6 @@ graph TD
CfgMgt --> Puppet CfgMgt --> Puppet
CfgMgt --> Ansible CfgMgt --> Ansible
CfgMgt --> Chef CfgMgt --> Chef
IaC --> Prov[Provisioning]
Prov --> TF[Terraform]
Prov --> CDK[Cloud Formation Development Kit]
Prov --> PK[Packer]
IaC --> Orc[Orchestration] IaC --> Orc[Orchestration]
Orc --> ECS[Elastic Container Service] Orc --> ECS[Elastic Container Service]
Orc --> K8S[Kubernetes] Orc --> K8S[Kubernetes]
@@ -119,6 +115,15 @@ graph TD
Orc --> Nomad Orc --> Nomad
Orc --> SerM[ServiceMesh] Orc --> SerM[ServiceMesh]
SerM --> IsT[Istio] SerM --> IsT[Istio]
IaC --> Prov[Provisioning]
Prov --> TF[Terraform]
Prov --> CDK[Cloud Formation Development Kit]
Prov --> PK[Packer]
IaC --> SecM[Secret Management]
SecM --> Vlt[Vaul]
IaC --> SessM[Session Management]
SessM --> Bdry[Boundary]
OPS --> NET[Networking] OPS --> NET[Networking]
NET --> NETP[Protocols] NET --> NETP[Protocols]
NETP --> DNS NETP --> DNS

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 KiB

After

Width:  |  Height:  |  Size: 300 KiB