Modern applications are transformed to microservice based, API driven architecture. When the application is containerized, it needs to access other applications’ published APIs and K8s cluster API for its business logic. In this article, an python application is containerized, its container image is built and pushed into docker register, an kubernetes manifest is created andContinue reading “Access K8s API within Container”