logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Yuvaraj Balaji Rao Kakaraparthi, Sagar Muchhal
2023-04-21

tldr - powered by Generative AI

Improving developer productivity with Tilt in Kubernetes ecosystem
  • Modern applications are complex and distributed, making it hard to manage them
  • A good development workflow should be easy to spin up, have a quick feedback loop, be debuggable, and have good visibility into the application
  • Tilt is a tool in the Kubernetes ecosystem that simplifies the development process by handling the pains that come with developing microservices
  • Tilt can be used to spin up a development environment by running a single command
  • Tilt provides built-in functions that can help with providing instructions on how the entire application needs to be built and deployed
  • Using Tilt, developers can update their application in real-time, ensuring a quick feedback loop between making code changes and seeing the results
Authors: Joaquin Rodriguez, Alessandro Vozza
2023-04-20

tldr - powered by Generative AI

The presentation discusses the challenges of scaling observability and deployment automation in GitOps and proposes a solution using open-source tools like ClusterAPI, ArgoCD, and Prometheus+Thanos to manage and organize deployments.
  • GitOps has clear advantages over traditional CI/CD tools, but scaling observability and deployment automation can be challenging
  • Open-source tools like ClusterAPI, ArgoCD, and Prometheus+Thanos can help manage and organize deployments
  • The presentation proposes using immutable clusters treated as always stamped out of a template to address the fear of upgrading
  • The ClusterAPI project can be used to declaratively express the idea of a cluster and interact with different cloud providers
  • The v-cluster project can be used to create ephemeral clusters that live inside management clusters and can be used when provisioning time is a crucial parameter
  • The presentation emphasizes the importance of monitoring ephemeral clusters and collecting metrics from them
  • The use of open-source tools can automate the deployment of hundreds of clusters and applications automatically and securely
Authors: Katie Gamanji
2021-10-14

tldr - powered by Generative AI

Cloud native GitOps tools, such as ArgoCD and Flux, enable zero-touch deployment of infrastructure and applications at the edge. The talk outlines the usage of GitOps in association with ClusterAPI for infrastructure provisioning and KubeEdge for service propagation to the edge.
  • Introduction to cloud native GitHub stores such as ArgoCD and Flux
  • Real use cases of GitOps in infrastructure provisioning using ClusterAPI and FlexCD integration
  • Pushing applications towards the edge using KubeEdge and ArgoCD
  • Importance of declarative, automatic, and reliable fundamentals in cloud native deployment