svg

All posts in DevOps

  • 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

  • Post Image
    By Daniel Tanque26 de Outubro, 2023

    Docker Storage and Network

    Docker manages and handles storage-related aspects in the context of containers and containerized applications. Docker provides several mechanisms and options for managing

  • Post Image
    By Daniel Tanque26 de Outubro, 2023

    Docker – Dockerfile

    Docker is a popular platform for developing, packaging, and deploying applications inside lightweight, self-contained containers. These containers are similar to virtual machines

  • Post Image
    By Daniel Tanque26 de Outubro, 2023

    Docker – Interoperability

    Docker is a popular platform for developing, packaging, and deploying applications inside lightweight, self-contained containers. These containers are similar to virtual machines

  • Post Image
    By Daniel Tanque25 de Outubro, 2023

    Docker Basic Commands

    Docker is a popular platform for developing, packaging, and deploying applications inside lightweight, self-contained containers. These containers are similar to virtual machines

  • Post Image
    By Daniel Tanque22 de Outubro, 2023

    Jenkinsfile and Pipelines

    A continuous delivery pipeline is an automated framework that visualizes the process of obtaining software from version control. Consequently, any modification to

  • Post Image
    By Daniel Tanque22 de Outubro, 2023

    Jenkins Basics

    Jenkins is an open-source automation server that is widely used in the field of software development for continuous integration and continuous delivery

  • Post Image
    By Daniel Tanque20 de Outubro, 2023

    CI/CD Basics

    CI/CD stands for Continuous Integration and Continuous Deployment/Continuous Delivery. It is a set of practices, principles, and tools used in software development

  • 1
  • 2
  • Showing 1 - 10 of 13 results