Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- Chapter 5: Terraform tips and tricks @info:libros:terraform-upandrunning
- "move" all elements after that. * only usable for **resources**, no inline blocks === for_each * lists (using **toset()** function), sets and maps * for use in **resources** o **inline blocks** * us... _red"] } resource "blablabla" "blablabla_name" { for_each = toset(var.bla_names) name = each.value }<
- Chapter 3: How to Manage Terraform State @info:libros:terraform-upandrunning
- raform.tfstate** * state file is a private API, for internal use of terraform and can change in any m... * locked * **-lock-timeout=10m** waits for locked state to relaunch command * isolation ... ocal backend to create the instrastructure needed for remote backend) * no variables or references ... tate of every project * use **backend.hcl** for fixed information in backend block and **backend.
- Getting started with Kubernetes: objects @info:libros:devops-kubernetes
- 2 contenedores en 1 pod:<code yaml>// an example for creating co-located and co-scheduled container by... ejemplo RS:<code yaml; 3-2-2_rs.yml>// an example for RS spec # cat 3-2-2_rs.yaml apiVersion: apps/v1 k
- [native docker clustering with swarm] Meeting docker swarm mode @info:libros:swarm
- eeting docker swarm mode == swarmkit * "toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task schedu
- git (libro Amazon)
- "$1" </code> * [[https://www.sitepoint.com/git-hooks-fun-profit/|Git Hooks for Fun and Profit]]
- Native Docker clustering with Swarm
- :chap11]] == notas === deprecated * <code bash>for i in `seq 0 3`; do docker-machine create -d virtu