Read and use properties file in Mule 3

Reading and using a properties file in an application is a very important operation, making our application usable in many different environments with different configuration parameters. In Mule 3, reading and using properties files will involve much use of Spring framework to manipulate properties files.… Read More

Run a container using “create” command in Kubernetes cluster

I showed you how to run a container using the “run” command in Kubernetes. This tutorial, I introduce you another way is to use the “create” command with a configuration file! The syntax of the “create” command is basically the following:

Where <path_to_configuration_file> is… Read More