WeSearch

De Cero a Kubernetes Parte 5: Dos Frontends + Stack Completo

·8 min read · 0 reactions · 0 comments · 15 views
#kubernetes#devops#tutorial
De Cero a Kubernetes Parte 5: Dos Frontends + Stack Completo
TL;DR · WeSearch summary

The article discusses the final part of a tutorial series on deploying applications using Kubernetes. It focuses on setting up two frontends, an administrative dashboard using React and a public app using Vue 3, both consuming the same API. The deployment process includes using Docker, nginx, and TLS for secure access.

Key facts
About this source

DEV.to (Top) files mainly under programming. We currently carry 4,877 of its stories.

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 2251991) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } jesus manrique Posted on May 20 • Originally published at guayoyo.tech De Cero a Kubernetes Parte 5: Dos Frontends + Stack Completo #terraform #kubernetes #tutorial #devops Serie: De Cero a Kubernetes — Parte 1 · Parte 2 · Parte 3 · Parte 4 · Parte 5 Llegaste a la última parte. Ya tienes un cluster Kubernetes real, TLS automático, GitOps con ArgoCD, PostgreSQL y un backend FastAPI corriendo con 2 réplicas. Solo falta lo que tus usuarios realmente ven: los frontends.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)