April 2024 Summaries
2 posts from Orkes
Filter
Month:
Year:
Post Summaries
Back to Blog
Orkes Conductor facilitates the automation of welcoming new members to a Slack community channel by using a workflow orchestration platform built on the open-source Conductor. The process begins with a webhook event triggered by a new member joining, which initiates an application flow that sends a personalized welcome message and follow-up tips after a short wait period to ensure a natural interaction. The workflow, customizable to fit specific needs, utilizes tasks like HTTP and wait operations to manage communications effectively. Administrators are notified of new joiners in a designated Slack channel, keeping them informed while maintaining community engagement. This automation not only simplifies the onboarding process but also allows for scalability as the community grows. Orkes Conductor offers a Developer Edition for testing, enabling users to experience the platform's capabilities, which extend beyond community management to include various organizational automation tasks.
Apr 17, 2024
1,855 words in the original blog post.
Upgrading Kubernetes clusters, particularly with managed services like Amazon EKS, can be a labor-intensive process fraught with technical challenges, as illustrated by Orkes' experience. Despite Amazon EKS handling core upgrade tasks, cloud engineers must still manage several high-level tasks, such as initiating upgrades for multiple cluster components, troubleshooting errors, and conducting thorough pre- and post-upgrade checks. With Kubernetes issuing three releases annually and offering only 14 months of support per release, maintaining cloud infrastructure can become increasingly burdensome, especially for organizations managing numerous clusters with varying configurations. Orkes faced difficulties with manual upgrades, which required sequential updates and extensive manual intervention, highlighting the limitations of default CLI or Amazon console processes. To streamline this operation, Orkes utilized an automated workflow through Conductor, an enterprise-grade orchestration platform, allowing them to efficiently manage upgrades across hundreds of clusters. This approach facilitated a seamless upgrade process by incorporating task sequencing, planned delays, Slack notifications, scheduling, and robust failure handling, ultimately transforming their upgrade procedure into a time-saving, error-minimizing, and highly efficient automated workflow.
Apr 08, 2024
1,449 words in the original blog post.