Como implantar o Laravel 7 e o MySQL no Kubernetes usando o Helm
O autor selecionou a Diversity in Tech Fund para receber uma doação como parte do programa Write for DOnations. O Laravel é um dos frameworks de aplicação PHP de…
O autor selecionou a Diversity in Tech Fund para receber uma doação como parte do programa Write for DOnations. O Laravel é um dos frameworks de aplicação PHP de…
Conteinerizar um aplicativo se refere ao processo de adaptar um aplicativo e seus componentes com a finalidade de conseguir executá-lo em ambientes leves, conhecidos como contêineres. Esses ambientes são isolados e…
Learn how to install Docker Compose on Ubuntu and use it to manage multi-container applications with YAML configuration and simple commands.
O Docker é um aplicativo que simplifica o processo de gerenciamento de processos de aplicação em containers. Os containers deixam você executar suas aplicações em processos isolados de recurso. Eles são semelhantes a máquinas virtuais, mas os…
Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Discourse — это платформа для обсуждений с открытым…
Neste guia de início rápido, instalaremos o Docker Compose em um servidor Ubuntu 20.04. Para uma versão mais detalhada deste tutorial, contendo explicações mais completas para cada passo, confira [Como instalar e configurar o Docker Compose…
Plausible Analytics is an open-source, self-hosted web analytics application written in Elixir. It focuses on being simple, and privacy-focused. In this tutorial you will install the Plausible app and a few helper services using Docker Compose, then install Nginx and Certbot to set up a secure HTTPS reverse proxy.
This tutorial will show you how to migrate your Docker Compose workflow to Kubernetes using kompose. You will start by creating a single-instance setup for a Node.js application with a MongoDB database on a Kubernetes cluster. You will then scale this setup to include multiple replicas of your application and database.
Even with the growing popularity of cloud services, the need for running native applications still exists. In this tutorial, you’ll containerize Mozilla Thunderbird, an email client, using Docker. Afterwards, you’ll secure it and provide remote access using the Caddy web server.
In this tutorial, you will set up an environment to use Playwright with Typescript for end-to-end testing, write and execute the tests, export the test report in multiple forms, and deploy the test using Docker.