Instead of ConfigMaps, we use volumes that map the configuration files directly from the host filesystem
Instead of using Secrets, we keep sensitive information such as credentials in the Docker Compose .env file
Instead of an Ingress, we will use the Spring Cloud Gateway
Instead of Services, we will map hostnames used by the clients directly to the hostnames of the containers, meaning that we will not have any service discovery in place and will not be able to scale containers