Jupyter Notebook is a tool to run and write Python code easily, showing results right away, and allowing you to combine code, charts, notes, and files in one place. You can start Jupyter Notebook ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The key difference between the Dockerfile and docker-compose is that the Dockerfile describes ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Fundamentally, these two file formats provide the exact same functionality. Any property that ...
This is an example of overriding the application.yml file with the OS environment variables. Single or Array environment variables can be overridden. 4 and 5 are the most common use cases for ...
YAML is a human-readable data-oriented serialization language. Serialization is the process of translating data structures or object state into a format that can be stored and reconstructed later in ...
TLS/SSL Introduction in Kubernetes: We use Ingress resources to map different URLs into different services or applications in our cluster, but we can use them also to configure TLS and SSL. In this ...