Como Configurar Manualmente um Servidor Prisma no Ubuntu 18.04
A autora selecionou a Electronic Frontier Foundation para receber uma doação como parte do programa Write for DOnations. O Prisma é uma camada…
A autora selecionou a Electronic Frontier Foundation para receber uma doação como parte do programa Write for DOnations. O Prisma é uma camada…
Docker es una aplicación que hace que sea sencillo y fácil de ejecutar procesos de aplicación en un contenedor, que son como máquinas virtuales, sólo más portátil, más amigable con los recursos y más dependiente del sistema operativo del host. Para una introducción detallada a…
This checkpoint is intended to help you assess what you learned from our introductory articles to containers, where we introduced the container ecosystem alongside Docker and Kubernetes, two common container solutions.
Docker – это приложение, позволяющее легко и быстро запускать другие приложения и процессы в контейнерах, которые подобны виртуальным машинам, но являются при этом более портируемыми, потребляют меньше ресурсов, а также меньше зависят от операционной системы машины-хоста. Для…
Jenkins uses a pluggable architecture to provide most of its functionality. JCasC makes use of the Configuration as Code plugin, which allows you to define the desired state of your Jenkins configuration as one or more YAML file(s), eliminating the need for the setup wizard. In this tutorial, you will automate the installation and configuration of Jenkins using Docker and the Jenkins Configuration as Code (JCasC) method.
El autor seleccionó la organización Diversity in Tech Fund para que reciba una donación como parte del programa Write for DOnations. Prisma es un conjunto de…
Learn how to set up and configure Consul Key-Value (KV) store using Docker. This step-by-step guide covers Docker installation, Consul container deployment, and KV operations for efficient distributed configuration management.
Kubernetes is a container orchestration system that manages containers at scale. In this guide, you will set up a Kubernetes cluster from scratch with Kubeadm and deploy containerized applications on it.
В этом учебном модуле мы развернем контейнеризованное приложение Django polls в кластере Kubernetes. Django — это мощная веб-структура, позволяющая быстро развернуть ваше приложение Python с нуля. Она включает ряд удобных…
O autor selecionou a Diversity in Tech Fund para receber uma doação como parte do programa Write for DOnations. O DDEV é uma ferramenta de código…