• SLO Driven Multi Stage Delivery with Keptn

    Over the past years, the CNCF project Keptn has helped SREs and DevOps to automate SRE best practices around SLOs, Automated Testing, Automated Quality Gates, Automated Deployment, and Automated Remediation into their delivery processes. In this webinar, Keptn maintainers will walk you through the most common use cases, show you how you can get started with your first project and how Keptn enables you to scale these practices across all projects in your enterprise.

  • Kubernetes Contributor Summit Brasil

    Você gostaria de se tornar um contribuidor do Kubernetes mas não sabe por onde começar? O Kubernetes Contributor Summit é feito especialmente para isso. Junte-se a nós em um evento em que iremos explorar temas como “organização da comunidade”, “como contribuir se eu não sei programar em Go” e até fazer o seu primeiro PR em um repositório de exemplo e entender como os comandos do bot funcionam.

  • Kubernetes Community Days Brasil 2022

    O Kubernetes Community Days Brasil é um evento virtual que juntará a comunidade cloud native de todo nosso país para disseminar conhecimento em palestras técnicas sobre as diversas tecnologias do mundo Cloud Native, tais como Kubernetes, Prometheus e tantos outros! Também é uma ótima oportunidade para os profissionais da área se conhecerem, fazerem um social e trocarem experiências (esse ano na plataforma online, ano que vem se tudo der certo presencialmente!)

  • Docker 101 (Workshop)

    Docker is a very powerful technology that can be used to package, deploy, and run your applications anywhere. In this workshop, Getting Started with Docker, you’ll learn how an application can be run using Docker containers. First, you'll learn how to take an application all the way from source code to a running container. Next, you’ll discover the role of Docker images and how you can build your own custom application image using a Dockerfile and Docker commands. From there, you’ll learn how to run a custom container and communicate with additional containers such as a database container. Finally, you'll