Member-only story
Lab10 (Spring Boot/K8S): Frontend deployment with Angular 19 on Kubernetes
Welcome back 👋 to our K8s journey. In this story, we’ll explore how to deploy a front-end application with Angular 19 on a Kubernetes cluster
· Building the Angular App
∘ Creating a new Angular project
∘ Consume Backend REST API
· Containerize the application
∘ Creating a Dockerfile
∘ Building the Docker image
· Deploy the Application to Kubernetes
∘ Creating Kubernetes manifests
∘ Deploying the application to the cluster
· Conclusion
· References
This series of stories shows how to use Kubernetes in the Spring ecosystem. We work with a Spring Boot API and Minikube to have a lightweight and fast development environment similar to production.