Taking Advantage of Sophisticated Configuration
In this lesson, you'll learn to use sophisticated remote configuration using kubectl.
We'll cover the following...
Remote configuration
Configuration files are powerful, but they are not a panacea. Consider distributed systems where the code is possibly running in the cloud inside containers. There may be multiple instances of the program running at the same time. Updating a ...