Tag: container

  • Dockerize an Angular 17 app with nginx and deploy on Kubernetes

    There serveral ways to host an Angular app using nginx, a nodejs server, IIS, Apache on a Windows or Lunix with registered as a service. In this blog post, we will go through step-by-step guide to build an Angular app using Docker and host the production-ready in nginx container and then deploy on Kubernetes. Normally,…

  • “WordPress Connection Information” on WP that is running in container

    A WordPress website can be install and run on container environment, like docker, k8s,… In this guide, the WordPress image to be used is apache based xxx-apache , which is running in a docker container/k8s, also EC2 AWS with docker – all cases are container based. May we can not upgrade WordPress, plugins, install new…