Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for swarm (0.36 sec)

  1. docs/pt/docs/deployment.md

    Com essas ferramentas e informações, continue com a próxima seção para combinar tudo.
    
    ## _Cluster_ de Docker Swarm Mode com Traefik e HTTPS
    
    Você pode ter um _cluster_ de Docker Swarm Mode configurado em minutos (cerca de 20) com o Traefik controlando HTTPS (incluindo aquisição e renovação de certificados).
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Aug 18 16:16:54 GMT 2022
    - 16.8K bytes
    - Viewed (0)
  2. docs/ru/docs/project-generation.md

    ### Full Stack FastAPI PostgreSQL - Особенности
    
    * Полностью интегрирован с **Docker** (основан на Docker).
    * Развёртывается в режиме Docker Swarm.
    * Интегрирован с **Docker Compose** и оптимизирован для локальной разработки.
    * **Готовый к реальной работе** веб-сервер Python использующий Uvicorn и Gunicorn.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 13 18:00:47 GMT 2023
    - 10.5K bytes
    - Viewed (0)
  3. docs/ru/docs/deployment/concepts.md

    ### Примеры инструментов, управляющих запуском программ
    
    Вот несколько примеров, которые могут справиться с такой задачей:
    
    * Docker
    * Kubernetes
    * Docker Compose
    * Docker в режиме Swarm
    * Systemd
    * Supervisor
    * Использование услуг облачного провайдера
    * Прочие...
    
    Я покажу Вам некоторые примеры их использования в следующих главах.
    
    ## Перезапуск
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 32.5K bytes
    - Viewed (0)
  4. docs/en/docs/deployment/concepts.md

    ### Example Tools to Run at Startup
    
    Some examples of the tools that can do this job are:
    
    * Docker
    * Kubernetes
    * Docker Compose
    * Docker in Swarm Mode
    * Systemd
    * Supervisor
    * Handled internally by a cloud provider as part of their services
    * Others...
    
    I'll give you more concrete examples in the next chapters.
    
    ## Restarts
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 18K bytes
    - Viewed (0)
  5. docs/zh/docs/deployment/concepts.md

    ### 单独的程序
    
    为了实现这一点,您通常会有一个**单独的程序**来确保您的应用程序在启动时运行。 在许多情况下,它还可以确保其他组件或应用程序也运行,例如数据库。
    
    ### 启动时运行的示例工具
    
    可以完成这项工作的工具的一些示例是:
    
    * Docker
    * Kubernetes
    * Docker Compose
    * Docker in Swarm Mode
    * Systemd
    * Supervisor
    * 作为其服务的一部分由云提供商内部处理
    * 其他的...
    
    我将在接下来的章节中为您提供更具体的示例。
    
    
    ## 重新启动
    
    与确保应用程序在启动时运行类似,您可能还想确保它在挂掉后**重新启动**。
    
    ### 我们会犯错误
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 16.2K bytes
    - Viewed (0)
  6. docs/de/docs/deployment/docker.md

    Replikation – Anzahl der Prozesse
    
    Wenn Sie einen <abbr title="Eine Gruppe von Maschinen, die so konfiguriert sind, dass sie verbunden sind und auf irgendeine Weise zusammenarbeiten.">Cluster</abbr> von Maschinen mit **Kubernetes**, Docker Swarm Mode, Nomad verwenden, oder einem anderen, ähnlich komplexen System zur Verwaltung verteilter Container auf mehreren Maschinen, möchten Sie wahrscheinlich die **Replikation auf Cluster-Ebene abwickeln**, anstatt in jedem Container einen **Prozessmanager**...
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:19:17 GMT 2024
    - 38.9K bytes
    - Viewed (0)
  7. docs/en/docs/deployment/docker.md

    ## Replication - Number of Processes
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 34K bytes
    - Viewed (0)
  8. docs/pt/docs/deployment/docker.md

    ## Replicação - Número de Processos
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 37.4K bytes
    - Viewed (0)
  9. cmd/endpoint.go

    	for {
    		// Break if the local endpoint is found already Or all the endpoints are resolved.
    		if foundLocal || (epsResolved == len(endpoints)) {
    			break
    		}
    
    		// Retry infinitely on Kubernetes and Docker swarm.
    		// This is needed as the remote hosts are sometime
    		// not available immediately.
    		select {
    		case <-globalOSSignalCh:
    			return fmt.Errorf("The endpoint resolution got interrupted")
    		default:
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 21 11:43:18 GMT 2024
    - 34.1K bytes
    - Viewed (0)
  10. docs/ja/docs/deployment/concepts.md

    これを実現するために、通常は**別のプログラム**を用意し、起動時にアプリケーションが実行されるようにします。そして多くの場合、他のコンポーネントやアプリケーション、例えばデータベースも実行されるようにします。
    
    ### 起動時に実行するツールの例
    
    実行するツールの例をいくつか挙げます:
    
    * Docker
    * Kubernetes
    * Docker Compose
    * Swarm モードによる Docker
    * Systemd
    * Supervisor
    * クラウドプロバイダーがサービスの一部として内部的に処理
    * そのほか...
    
    次の章で、より具体的な例を挙げていきます。
    
    ## 再起動
    
    起動時にアプリケーションが実行されることを確認するのと同様に、失敗後にアプリケーションが**再起動**されることも確認したいと思われます。
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 24.1K bytes
    - Viewed (0)
Back to top