2 min read
If you're trying to install the AWS CLI using pip on a modern system, you might run into the following error:
$ pip install --no-cache-dir awscli
error: externally-managed-environment
× This environment is externally managed
(...)
17/02/2025
Read more...3 min read
Feature gates are a set of settings that can be used to enable or disable experimental features in Kubernetes. We can enable or disable features that are in alpha or beta stages of development. We need to keep in mind that these features are not yet stable and are not ready for production use.
10/02/2025
Read more...