svg

All posts in Kubernetes

  • Post Image
    By Daniel Tanque2 de Novembro, 2023

    YAML in Kubernetes

    YAML is a human-readable data serialization format. It is often used for configuration files, data exchange between languages with different data structures,

  • Post Image
    By Daniel Tanque31 de Outubro, 2023

    Kubernetes – PODs

    In Kubernetes, pods are the smallest deployable units, representing a single instance of a running process in a cluster. Pods serve as

  • Post Image
    By Daniel Tanque31 de Outubro, 2023

    Kubernetes – Intro

    You’ve learn about Containers, more precisely Docker, you know that they are completely isolated environments that you can run your software with