October 2018 Summaries
2 posts from Codefresh
Filter
Month:
Year:
Post Summaries
Back to Blog
The text discusses the challenges and solutions for using Kubernetes locally, particularly on Windows, to facilitate the development and testing of applications without needing a full production-like setup. It emphasizes the importance of integrating Kubernetes into Continuous Delivery pipelines and highlights two main approaches: using Docker for Windows with native Kubernetes support, and Minikube, which runs Linux-based containers and supports multiple operating systems. Docker for Windows is tailored specifically for Windows users but requires a recent OS version and certain hypervisor settings, while Minikube offers more flexibility across different platforms by supporting various drivers like Hyper-V and VirtualBox. The article provides installation guidance for both solutions using the Chocolatey package manager and outlines the process of setting up local Kubernetes clusters, enabling dashboards, and deploying applications. Both solutions have their unique advantages, with Docker for Windows providing ease of use for those working exclusively with Windows and Minikube offering a consistent experience across different operating systems.
Oct 25, 2018
1,334 words in the original blog post.
Fast feature-branch deployment in serverless architecture poses challenges like long CDN replication times and the need for standardized workflows, but Dan Van Brunt from Klick Health demonstrates how Codefresh can significantly reduce deployment times to just over four minutes. By using a #GitOps approach, teams can quickly create feature branches and deploy working serverless environments, enhancing rapid development and collaboration. Codefresh, traditionally associated with container shipping, is also a versatile tool for serverless pipelines, especially when paired with The Serverless Framework. Dan has shared advanced pipelines that allow others to replicate his efficient workflow without starting from scratch, and newcomers to Codefresh are encouraged to begin with a free account or schedule a demo to explore its capabilities.
Oct 11, 2018
230 words in the original blog post.