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
missyou123
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Vote_lcapDevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Voting_barDevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Vote_rcap 
Engh3
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Vote_lcapDevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Voting_barDevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Vote_rcap 
tano1221
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Vote_lcapDevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Voting_barDevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Vote_rcap 
大†Shinegumi†大
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Vote_lcapDevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Voting_barDevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Vote_rcap 
ПΣӨƧӨFƬ
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Vote_lcapDevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Voting_barDevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Vote_rcap 
Junio 2024
LunMarMiérJueVieSábDom
     12
3456789
10111213141516
17181920212223
24252627282930
CalendarioCalendario
Últimos temas
» K-Lite Codec Pack 18.3.5 Basic/Standard/Full/Mega
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS EmptyAyer a las 7:15 pm por ПΣӨƧӨFƬ

» Irix HDR Pro / Classic Pro 2.3.27 (x64) Multilingual
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS EmptyAyer a las 6:59 pm por 大†Shinegumi†大

» BackUp Maker Professional 8.307 Multilingual Retail
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS EmptyAyer a las 6:58 pm por 大†Shinegumi†大

» Cleaning Suite Professional 4.013 Multilingual Retail
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS EmptyAyer a las 6:56 pm por 大†Shinegumi†大

» Secure Eraser Professional 6.106 Multilingual Retail
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS EmptyAyer a las 6:56 pm por 大†Shinegumi†大

» DriverDoc Pro 2024 1.0.0.4 (x64) Multilingual
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS EmptyAyer a las 6:37 pm por Engh3

» PDF Imager Professional 2.007 Multilingual Retail
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS EmptyAyer a las 6:34 pm por Engh3

» IDimager Photo Supreme 2024.1.1.6450 (x64) Multilingual
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS EmptyAyer a las 6:29 pm por Engh3

» UniFab 2.0.2.2 (x64) Multilingual
DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS EmptyAyer a las 5:59 pm por Engh3

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 DevOps Kubernetes Deployment with Ingress, DNS and SSL TLS

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


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

DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS Empty
MensajeTema: DevOps Kubernetes Deployment with Ingress, DNS and SSL TLS   DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS EmptySáb Oct 08, 2022 4:02 am

DevOps Kubernetes Deployment with Ingress, DNS and SSL  TLS D3c9c2dbadafaf7b8ebae32f160fa65d

DevOps Kubernetes Deployment with Ingress, DNS and SSL TLS
Published 10/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 25 lectures (6h 20m) | Size: 2.37 GB

Use Kubernetes to deploy a complete web application (frontend in React + backend with database) with authentication

What you'll learn
Use Kubernetes to deploy a complete open source app on a real domain name with DNS configured and a valid SSL/TLS Certificate
Deploy a real frontend with authentication in React with React Router
Solve the problem of "React Router not working in production" in the cleanest way using an NGINX configuration file
Deploy a real backend with database and authentication
Solve the problem of the database that needs to be initialised manually only the first time once deployed
Learn the theory and the practice to run on your laptop and deploy a fully featured web application made of a frontend, a backend and a database
Requirements
We start from a new laptop and we don't miss any step, so the only requisite is to be able to download and install software on your laptop
Description
This course runs and deploys with Kubernetes a fully featured open source project from the public fullstackunicorn gitlab account that you can use as a template for any of your future projects.
The whole course is organised as a step-by-step procedure and the procedure has been deducted from the very practical problems you face when you ACTUALLY ARE DEPLOYING a real and fully featured web application online.
I assume you have a new laptop with nothing installed, so we start from the very beginning and we don't miss any step.
I show you how to set up and use the developer essentials: Google Chrome, Docker Desktop, Vagrant, Postman, Postbird and VsCode.
I show you how to run a frontend, a backend and a PostgreSQL database on your laptop, in a Docker Virtual Environment, made of two containers, one for the frontend, one for the backend and the local database.
I show you how to deploy the frontend, the backend and the PostgreSQL database online, on a Kubernetes Cluster from the provider Digital Ocean and how to configure the DNS for a real domain name and how to create a valid SSL/TLS Certificate, that is all what you need when you REALLY want to deploy a REAL web application.
The open source project is fully featured and faces all the problems that a real web application needs to face
It solves the problem with the React Router "not working in production"
It makes easy to enable/disable authentication
It makes easy to switch between fake developer users and real users when authentication is enabled
It manually initialise the database only the first time when it is created
Those problems need to be handled in order to make the web application work online, even if they are not Kubernetes problems.
The procedure handles all what needs to be handled to make the application work online.
Who this course is for
The frontend, backend or full stack developer that wants to successfully deploy a web Application at least once in his life, on a real domain with a valid SSL/TLS certificate, and later decide if to go further with deployment or not
The frontend, backend or full stack developer who wants to have the full picture of the web development process to improve his understanding in his current job position
The full stack developer with a side project that wants a durable and professional solution to deploy
The Devops developer who wants to start a career and wants to successfully deploy a web application before learning tens of Kubernetes optionals features required for the certification
The Devops developer who did another Kubernetes course but at the end was not able to deploy a real web application online
The Project Manager who wants to organise the job of his DevOps Developers with clear error proof procedures

Download link

rapidgator.net:
Código:

https://rapidgator.net/file/7c71aeee3fe5c42a4b8bdc0796503884/xgrxd.DevOps.Kubernetes.Deployment.with.Ingress.DNS.and.SSL.TLS.part1.rar.html
https://rapidgator.net/file/c973dcfbaa615cb5a4e7527ca9e371d9/xgrxd.DevOps.Kubernetes.Deployment.with.Ingress.DNS.and.SSL.TLS.part2.rar.html
https://rapidgator.net/file/ec9d04bc1921bfb58b86e50880a1b024/xgrxd.DevOps.Kubernetes.Deployment.with.Ingress.DNS.and.SSL.TLS.part3.rar.html

uploadgig.com:
Código:

https://uploadgig.com/file/download/d328ac6F5e3B58e1/xgrxd.DevOps.Kubernetes.Deployment.with.Ingress.DNS.and.SSL.TLS.part1.rar
https://uploadgig.com/file/download/5138ec782285997F/xgrxd.DevOps.Kubernetes.Deployment.with.Ingress.DNS.and.SSL.TLS.part2.rar
https://uploadgig.com/file/download/8670CaDc5c08507a/xgrxd.DevOps.Kubernetes.Deployment.with.Ingress.DNS.and.SSL.TLS.part3.rar

nitroflare.com:
Código:

https://nitroflare.com/view/2251114B51B57CE/xgrxd.DevOps.Kubernetes.Deployment.with.Ingress.DNS.and.SSL.TLS.part1.rar
https://nitroflare.com/view/99307D7F9C72F11/xgrxd.DevOps.Kubernetes.Deployment.with.Ingress.DNS.and.SSL.TLS.part2.rar
https://nitroflare.com/view/22E511CBAD2B01A/xgrxd.DevOps.Kubernetes.Deployment.with.Ingress.DNS.and.SSL.TLS.part3.rar

1dl.net:
Código:

https://1dl.net/licav2xcyn7s/xgrxd.DevOps.Kubernetes.Deployment.with.Ingress.DNS.and.SSL.TLS.part1.rar.html
https://1dl.net/8rph374kwghs/xgrxd.DevOps.Kubernetes.Deployment.with.Ingress.DNS.and.SSL.TLS.part2.rar.html
https://1dl.net/1dxv1pj8j2jw/xgrxd.DevOps.Kubernetes.Deployment.with.Ingress.DNS.and.SSL.TLS.part3.rar.html
Volver arriba Ir abajo
 

DevOps Kubernetes Deployment with Ingress, DNS and SSL TLS

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

 Temas similares

-
» Kubernetes MasterClass Kubernetes Docker, Swarm for DevOps
» Master DevOps with Docker, Kubernetes and Azure DevOps
» Mastering Kubernetes - Concepts & Deployment
» Mastering Kubernetes - Concepts & Deployment
» Kubernetes On Aws Eks: Get Started For Developers & Devops

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