-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Devops Project #1857
Create Devops Project #1857
Conversation
4a5c00e
to
ef70d28
Compare
d3e4f66
to
ee002b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Algunos comentarios de structura de objetivos y titulos
learning-objectives/data.yml
Outdated
devops-computing-cloud-services: | ||
- concepts-cloud-infrastructure-virtualization | ||
- setting-up-runtime-environment | ||
- monitoring-application-virtual-machine | ||
|
||
devops-docker: | ||
- docker-container-image | ||
- dockerfile | ||
- docker-commands | ||
|
||
devops-container-cloud-services: | ||
- orchestration-system-components | ||
- configure-container-task-definitions | ||
|
||
devops-kubernetes: | ||
- kubernetes-use-cases | ||
- kubernetes-components | ||
- kubernetes-yaml-files | ||
- kubectl-commands | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quizas mejor agrupar todo dentro de devops
?
kubernetes
docker
etc puede ser hijos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No se? No conversamos sobre eso con el.
Me gustaria si al menos tenemos un agrupacion devops
con los OAs. Como tenemos js
y css
y no repetir devops-
en cada agrupacion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me parecen bien los proyectos.
Mi comentario sería que algunos OAs aplican por fuera de DevOps, el primer proyecto no es propiamente DevOps sino SysAdmin, y estamos un poco amarrados a Amazon ECS, pero es comprensible!
learning-objectives/data.yml
Outdated
@@ -486,6 +486,20 @@ data-analytics: | |||
- analysis-report | |||
- analysis-presentation | |||
|
|||
devops-computing-cloud-services: | |||
- concepts-cloud-infrastructure-virtualization | |||
- setting-up-runtime-environment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
esto es instalar las herramientas de la nube respectiva?
learning-objectives/data.yml
Outdated
devops-computing-cloud-services: | ||
- concepts-cloud-infrastructure-virtualization | ||
- setting-up-runtime-environment | ||
- monitoring-application-virtual-machine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se refiere al dashboard de la nube respectiva?
learning-objectives/data.yml
Outdated
- docker-commands | ||
|
||
devops-container-cloud-services: | ||
- orchestration-system-components |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si dejamos fuera K8s creo que no hacemos nada de orquestación.
learning-objectives/data.yml
Outdated
|
||
devops-docker: | ||
- docker-container-image | ||
- dockerfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Esto es un tema amplio que tal vez depende de otros OAs (bash/shell-scripts y algo sobre Linux/Debian o Alpine)
learning-objectives/data.yml
Outdated
|
||
devops-container-cloud-services: | ||
- orchestration-system-components | ||
- configure-container-task-definitions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Estas son las deficiones para K8s?
|
||
devops-computing-cloud-services/setting-up-runtime-environment: | ||
title: Configurar el entorno de ejecución de una aplicación en una máquina virtual | ||
description: Instalar y configurar un sistema operativo y otros servicios esenciales en una máquina virtual para ejecutar una aplicación |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Esto es independiente de Devops entonces, de hecho el primer proyecto no lo llamaría Devops porque no involucra Dev solo Ops ;-)
learning-objectives/intl/es.yml
Outdated
title: Servicio de orquestación de contenedores | ||
description: Servicios de orquestación de contenedores en la nube como AWS ECS y Azure Container Apps | ||
|
||
devops-container-cloud-services/orchestration-system-components: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me parece que no cubrimos esto ya si no vamos a entrar en K8s
Gracias Sergio, buen trabajo! |
Para resolver #1856