logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Andre Marcelo-Tanner
2023-04-20

tldr - powered by Generative AI

Lessons learned from a Kubernetes outage and disaster recovery process
  • Complete your migrations
  • Be experts in your tooling
  • Always be practicing your disaster recovery
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: Faseela K, Lin Sun
2023-04-19

tldr - powered by Generative AI

The presentation discusses the use of Istio service mesh for multi-tenancy and how it can be configured for single or multiple control planes.
  • Istio service mesh is important for resource-saving and identity isolation in multi-tenancy models
  • Recent enhancements make it easy to configure using the revisions feature and discovery selectors
  • Multiple control planes allow for separate versions and lifecycle management for different applications
  • Mixed multi-tenancy models are possible depending on the organization's requirements
  • Argo CD can be used for deploying and syncing resources in the cluster
Authors: Katie Gamanji
2022-10-28

tldr - powered by Generative AI

The presentation discusses the intertwinement between different tools in the cloud native ecosystem, specifically focusing on the use of Cluster API and GitHub's in infrastructure provisioning.
  • Cluster API and Tinkerbell can be used to deploy Kubernetes on bare metal.
  • GitHub's can be used to define the desired state of the infrastructure and introduce automation.
  • Argo CD and Helm can be used to manage and apply changes to the infrastructure.
  • Introducing templating and automation can simplify the management of multiple clusters.
Authors: Guy Templeton, Stuart Davidson
2022-05-19

tldr - powered by Generative AI

The importance of a blameless incident culture in DevOps and incident management
  • An experienced engineer made a mistake in the root file of the templating system, which was missed by a senior engineer during review
  • Skyscanner promotes a blameless attitude towards incidents and emphasizes the importance of a blameless culture
  • Incident management involves all responsible parties, including legal and user satisfaction teams
  • The incident commander role is crucial in coordinating technical and non-technical teams during an incident
  • Restoring services after an incident can be complicated and time-consuming
Authors: Jacob Wernette, Josh Kayani
2021-10-13

tldr - powered by Generative AI

Managing secrets in a GitOps way using argocd-vault-plugin
  • Background on managing microservices with Kubernetes
  • Challenges with managing resources and observability
  • Solution: GitOps to manage resources and secrets
  • Introduction to argocd-vault-plugin
  • Benefits of using argocd-vault-plugin for secret management
  • Anecdote: Challenges with manual management of resources and secrets