Home / Companies / Semaphore / Blog / February 2021

February 2021 Summaries

2 posts from Semaphore

Filter
Month: Year:
Post Summaries Back to Blog
On the Changelog's Go Time podcast, the speaker, along with Jérôme Petazzoni, delved into the intricacies of Continuous Integration and Delivery (CI/CD), exploring the problems it addresses, the attributes of successful CI/CD implementation, and the common pitfalls to avoid. The discussion aimed to provide insights into optimizing CI/CD processes and encourage further conversation on the topic through their Discord community.
Feb 10, 2021 65 words in the original blog post.
The Kubernetes development team announced the deprecation of Docker, sparking discussions in tech circles about its impact on Kubernetes clusters and application management. Containers, though often associated with Docker, have been around since the late 70s, and their portability and isolation capabilities make them a preferred choice for running applications. Docker popularized container usage by simplifying the process with a comprehensive tech stack, while Kubernetes enhances container management by distributing applications across clusters, offering features like auto-scaling and self-healing. The deprecation of Docker in Kubernetes starts with version 1.20, transitioning to more lightweight container runtimes like containerd or CRI-O due to performance benefits. Despite the change, Docker-produced images remain compatible with Kubernetes as they adhere to the OCI standard, and users can continue using Docker for development and packaging. The transition to CRI-compliant runtimes is planned for completion by version 1.23, and while most users won't be significantly affected, those using Docker-specific functionalities may need to adjust. Cloud providers and users running their own clusters should ensure compatibility with supported runtimes, and projects like cri-dockerd aim to maintain Docker as a runtime alternative post-transition.
Feb 03, 2021 1,731 words in the original blog post.