Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Building real-world Multitenant  application Vote_lcapBuilding real-world Multitenant  application Voting_barBuilding real-world Multitenant  application Vote_rcap 
ПΣӨƧӨFƬ
Building real-world Multitenant  application Vote_lcapBuilding real-world Multitenant  application Voting_barBuilding real-world Multitenant  application Vote_rcap 
ℛeℙ@¢ᴋ€r
Building real-world Multitenant  application Vote_lcapBuilding real-world Multitenant  application Voting_barBuilding real-world Multitenant  application Vote_rcap 
missyou123
Building real-world Multitenant  application Vote_lcapBuilding real-world Multitenant  application Voting_barBuilding real-world Multitenant  application Vote_rcap 
Engh3
Building real-world Multitenant  application Vote_lcapBuilding real-world Multitenant  application Voting_barBuilding real-world Multitenant  application Vote_rcap 
大†Shinegumi†大
Building real-world Multitenant  application Vote_lcapBuilding real-world Multitenant  application Voting_barBuilding real-world Multitenant  application Vote_rcap 
ronaldinho424
Building real-world Multitenant  application Vote_lcapBuilding real-world Multitenant  application Voting_barBuilding real-world Multitenant  application Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Aiseesoft Video Converter Ultimate 10.8.50 (x64) Multilingual
Building real-world Multitenant  application EmptyHoy a las 2:13 pm por ПΣӨƧӨFƬ

» MiniTool Power Data Recovery Personal / Business 12.0 Multilingual
Building real-world Multitenant  application EmptyHoy a las 1:58 pm por tano1221

» PanoramaStudio Pro 4.0.8.419 (x64) Multilingual
Building real-world Multitenant  application EmptyHoy a las 1:47 pm por tano1221

» reaConverter Pro 7.817 Multilingual
Building real-world Multitenant  application EmptyHoy a las 12:49 pm por tano1221

» Steinberg HALion 7.1.0
Building real-world Multitenant  application EmptyHoy a las 12:36 pm por tano1221

» Red Burner 17.8 (x64)
Building real-world Multitenant  application EmptyHoy a las 12:30 pm por tano1221

» Advanced SystemCare Pro 17.5.0.255 Multilingual
Building real-world Multitenant  application EmptyHoy a las 12:11 pm por tano1221

» eXtreme Karaoke 2024 + SoundFont Julio
Building real-world Multitenant  application EmptyHoy a las 12:07 pm por tano1221

» ProfExam Suite 8.0.24183.6493
Building real-world Multitenant  application EmptyHoy a las 12:01 pm por tano1221

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Building real-world Multitenant application

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70292
Fecha de inscripción : 20/08/2016

Building real-world Multitenant  application Empty
MensajeTema: Building real-world Multitenant application   Building real-world Multitenant  application EmptyLun Mar 29, 2021 5:02 am

Building real-world Multitenant  application 41c54c0793e10394f71a810999b93b4d
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 76 lectures (12h 45m) | Size: 5.25 GB
Using Docker, Ansible, Kubernetes, OperatorSDK & Istio

What you'll learn:
Build real world multi-tenant (SaaS) application using Docker, Kubernetes, Ansible, Operator SDK and Istio
Installation and basics of Docker, Kubernetes, Ansible, Operator SDK and Istio
Ansible tasks, playbooks, roles and its use within Operator SDK
Kubernetes resources - Pod, Deployment, Service, Ingress, Storage (PV, PVC, SC), ConfigMap, Secrets etc.
Advance topics within Kubernetes - Quotas, LimitRange, QoS, Security, Taints and Tolerations, NodeSelectors etc.
Kubernetes Operator pattern and using Operator SDK framework to build operators for real-world application
Istio Service Mesh installation and its use in the real-world application we will be building in this course

Requirements
Basic understanding of Linux operating system - like using command prompt window

Description
Introduction

Summary: Introduction about the course and what topics and subtopics we will be covering. Subtopics:

1. High-level Introduction about the course

2. Introduction of the subtopics we will be covering in the course

Installation of VirtualBox, Ubuntu, Docker & Docker commands

Summary: Installing VirtualBox, Ubuntu, Docker, Docker Architecture, Docker Commands, Docker Compose & Docker Swarm. Subtopics:

1. Installing VirtualBox and Ubuntu VM - Introduction

2. Our hands-on Lab diagrams

3. Install VirtualBox

4. Install Ubuntu inside VirtualBox

5. Docker Architecture and Containerization overview

6. Installing Docker

7. What happens when you run Docker command - docker pull

8. Understanding docker commands like run, PS, start, stop, exec, rm

9. Docker network drivers and additional docker commands like network, images, rmi

10. Understanding docker commands like docker build, docker logs

11. Mounting volumes in containers & understanding docker command - docker volume

12. Docker Compose and Hands on lab to explain its use.

13. Docker Swarm - Overview

14. Docker Image - multi-stage build - part1

15. Docker Image - multi-stage build - part2

Ansible

Summary: Overview of Ansible followed by hand-on labs to get a good understanding of how to write and execute Ansible tasks, playbooks, roles. Subtopics:

1. Introduction to Ansible - part1

2. Introduction to Ansible - part2

3. Introduction to Ansible - part3

4. Hands-on Ansible lab - to setup Ansible Control Node

5. Hands-on Ansible lab - to setup Ansible Managed Node

6. Hands-on Ansible lab - run tasks via ansible command

7. Hands-on Ansible lab - run tasks via ansible-playbook command

8. Hands-on Ansible lab - Troubleshooting - part1

9. Hands-on Ansible lab - Troubleshooting - part2

10. Ansible roles & Handlers

11. Hands-on Ansible lab - create and execute an Ansible Role

Kubernetes (K8s)

Summary: We will start this section with introduction to Kubernetes (K8s) and then start building our hands-on lab with installation of Minikube and kubectl tools. We will then do hands on labs for understanding different Kubernetes resources. Subtopics:

1. Introduction to what we will cover in Kubernetes section

2. Installing Minikube and kubectl utility

3. Starting Minikube with driver - none (bare metal mode) - part1

4. Starting Minikube with driver - none (bare metal mode) - part2

5. Starting Minikube with driver - docker

6. Kubernetes control plane components

7. Kubernetes data plane components

8. Kubernetes resource - POD - part1

9. Kubernetes resource - POD - part2

10. Kubernetes resource - POD - part3

11. Kubernetes resource - Deployment - part1

12. Kubernetes resource - Deployment - part2

13. Kubernetes resource - Service - part1

14. Kubernetes resource - Service - part2

15. Kubernetes resource - Ingress - part1

16. Kubernetes resource - Ingress - part2

17. Kubernetes resources - Security (RBAC) - part1

18. Kubernetes resources - Security (RBAC) - part2

19. Kubernetes resources - ConfigMap, Secret - part1

20. Kubernetes resources - ConfigMap, Secret - part2

21. Kubernetes resources - Storage (PV, PVC, SC)- part1

22. Kubernetes resources - Storage (PV, PVC, SC)- part2

23. Deploying Kubernetes resources using - Ansible - part1

24. Deploying Kubernetes resources using - Ansible - part2

25. Deploying Kubernetes resources using - Ansible - part3

26. Kubernetes resources - Request & Limits, LimitRange, ResourceQuota - part1

27. Kubernetes resources - Request & Limits, LimitRange, ResourceQuota - part2

28. Kubernetes resource - Quality of Service (QoS) class

29. Kubernetes resource - Taints & Tolerations, NodeSelector/Affinity/Anti-Affinity

Operator SDK (K8s Operator)

Summary: Introduction of K8s Operator pattern and Operator SDK framework. Creating a sample multi-tenant portal application using custom operator build with operator-sdk (plugin Ansible). Subtopics:

1. Introducing K8s Operator pattern and Operator SDK framework

2. Operator SDK -multi-tenant portal application - hands-on lab1

3. Operator SDK -multi-tenant portal application - hands-on lab2

4. Operator SDK -multi-tenant portal application - hands-on lab3

5. Operator SDK -multi-tenant portal application - hands-on lab4

6. Operator SDK -multi-tenant portal application - hands-on lab5

7. Operator SDK -multi-tenant portal application - hands-on lab6

Istio

Summary: Service Mesh - Istio - what it is? Difference between Service Mesh and API Gateway. Main components of Istio. Hands on lab using the BookInfo example from Istio website and Troubleshooting techniques. Subtopics:

1. Introduction - Istio control plane and data plane components

2. Istio Book Info lab overview

3. Istio Book Info components like Gateway, VirtualSerive, DestinationRule

4. Istio Book Info commands used to build the hands-on lab

5. Istio Book Info execution of the hands-on lab

6. Istio troubleshooting techniques - what to do when things do not work?

7. Istio - executing the testing files to help with troubleshooting?

Real World Project

Summary: Introducing the real work project use case. Building the real-world project with Custom K8s Operator first and then using Istio to create a service mesh for the same. Subtopics:

1. Introduction to real world project use case

2. Building real-world project with custom K8s operator - part1

3. Building real-world project with custom K8s operator - part1

4. Building real-world project with custom K8s operator & Istio - part1

5. Building real-world project with custom K8s operator & Istio - part2

Who this course is for
Software Engineers, Solution Architects, Technical Architect, Cloud Architects and DevOps engineers

Building real-world Multitenant  application 393ba305a42ccb16511a4e3cbded474e

DOWNLOAD:
Citación :

https://rapidgator.net/file/663c6aad696ecfd7423cd1b3034fc4a3/ia51c.Building.realworld.Multitenant.application.part1.rar.html
https://rapidgator.net/file/c7eef539da4bf092ed54999501fefcd7/ia51c.Building.realworld.Multitenant.application.part2.rar.html
https://rapidgator.net/file/1c0a40deceb0e2f14e30f4af4c5552ce/ia51c.Building.realworld.Multitenant.application.part3.rar.html
https://rapidgator.net/file/32175f3fff307186cf468a8ea755b934/ia51c.Building.realworld.Multitenant.application.part4.rar.html
https://rapidgator.net/file/2dda5b1d87a32161595dea011e2b2abf/ia51c.Building.realworld.Multitenant.application.part5.rar.html
https://rapidgator.net/file/cc69e167b3727d7414c1e223dbc74344/ia51c.Building.realworld.Multitenant.application.part6.rar.html


https://nitroflare.com/view/4B3083EFCBFD4DD/ia51c.Building.realworld.Multitenant.application.part1.rar
https://nitroflare.com/view/B7949792FBBBFCB/ia51c.Building.realworld.Multitenant.application.part2.rar
https://nitroflare.com/view/6799FA24AC64CC7/ia51c.Building.realworld.Multitenant.application.part3.rar
https://nitroflare.com/view/5A96F58C725544F/ia51c.Building.realworld.Multitenant.application.part4.rar
https://nitroflare.com/view/6B279B031784EEB/ia51c.Building.realworld.Multitenant.application.part5.rar
https://nitroflare.com/view/816690F6E254950/ia51c.Building.realworld.Multitenant.application.part6.rar


https://uploadgig.com/file/download/e3e38caa401d467d/ia51c.Building.realworld.Multitenant.application.part1.rar
https://uploadgig.com/file/download/bAD06e30fe7A3fb1/ia51c.Building.realworld.Multitenant.application.part2.rar
https://uploadgig.com/file/download/9e8d22a3B8E0203e/ia51c.Building.realworld.Multitenant.application.part3.rar
https://uploadgig.com/file/download/055a3D4911e93740/ia51c.Building.realworld.Multitenant.application.part4.rar
https://uploadgig.com/file/download/cE0a56923d262Fa6/ia51c.Building.realworld.Multitenant.application.part5.rar
https://uploadgig.com/file/download/2Fb6eDA177D2b411/ia51c.Building.realworld.Multitenant.application.part6.rar

Volver arriba Ir abajo
 

Building real-world Multitenant application

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Build Professional Real World C# Application
» Learn React Hooks By Building A Real Application
» Mastering Go: From Basics To Advanced Real-World Application
» Build Real world application with Blazor (.NET Core 3.1)
» Mastering Arduino by Building Real World Applications

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-