Managing Kubernetes deployments is a crucial task for DevOps engineers and system administrators. This tutorial demonstrates how to create a Bash script that allows users to interactively restart a deployment in a MicroK8s cluster.
(more…)Category: DevOps
-
[Resolved] Kubernetes Ingress Error 404 on Non-Root Path of Single Page App
If you’re deploying a web application in Kubernetes using NGINX Ingress, you may encounter a 404 Not Found error when accessing non-root paths. This issue is common when using React Router (SPA), Angular, or Vue.js, as well as APIs mapped to a subpath.
In this guide, we’ll explain why this happens and how to fix it using NGINX Ingress annotations and proper configurations.
(more…)