Skip to content
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

Merged
merged 17 commits into from
Aug 16, 2024
Merged

Create Devops Project #1857

merged 17 commits into from
Aug 16, 2024

Conversation

ssinuco
Copy link
Collaborator

@ssinuco ssinuco commented Jul 24, 2024

Para resolver #1856

@ssinuco ssinuco changed the title Create EC2 Deployment Project Create Devops Project Aug 6, 2024
Copy link
Member

@unjust unjust left a 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

Comment on lines 489 to 508
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

Copy link
Member

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

Copy link
Contributor

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

@unjust @ssinuco al final no hay un root devops?

Copy link
Member

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.

learning-objectives/intl/es.yml Outdated Show resolved Hide resolved
projects/05-dockerfile-deployment/README.MD Outdated Show resolved Hide resolved
projects/05-dockerfile-deployment/README.MD Outdated Show resolved Hide resolved
projects/05-container-service-deployment/README.MD Outdated Show resolved Hide resolved
Copy link
Contributor

@icarito icarito left a 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!

@@ -486,6 +486,20 @@ data-analytics:
- analysis-report
- analysis-presentation

devops-computing-cloud-services:
- concepts-cloud-infrastructure-virtualization
- setting-up-runtime-environment
Copy link
Contributor

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?

devops-computing-cloud-services:
- concepts-cloud-infrastructure-virtualization
- setting-up-runtime-environment
- monitoring-application-virtual-machine
Copy link
Contributor

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?

- docker-commands

devops-container-cloud-services:
- orchestration-system-components
Copy link
Contributor

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.


devops-docker:
- docker-container-image
- dockerfile
Copy link
Contributor

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)


devops-container-cloud-services:
- orchestration-system-components
- configure-container-task-definitions
Copy link
Contributor

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
Copy link
Contributor

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 ;-)

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:
Copy link
Contributor

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

@icarito
Copy link
Contributor

icarito commented Aug 14, 2024

Gracias Sergio, buen trabajo!

@unjust unjust linked an issue Aug 16, 2024 that may be closed by this pull request
@unjust unjust merged commit fa36503 into Laboratoria:next Aug 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crear un proyecto en la curricula para desplegar una API Rest en AWS
4 participants