Kubernetes Deployment Status ☸️

Overview 🔭 Kubernetes is a popular container orchestration platform that allows developers to manage and deploy containerized applications. One of the challenges of managing Kubernetes deployments is keeping track of the deployment status and ensuring that the latest code changes have been deployed successfully. Purpose 🚀 This package, k8s-deployment-status is available in Python. It retrieves commit details from a GitHub API endpoint and deployment timestamp from Kubernetes API. It encapsulates methods to interact with the APIs, handle retries, and extract relevant data from the API response....

June 19, 2023 · 2 min · saltgen