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

Request for adding new task. #26

Open
Asgoret opened this issue Sep 18, 2020 · 0 comments
Open

Request for adding new task. #26

Asgoret opened this issue Sep 18, 2020 · 0 comments
Assignees
Labels
Task Request for adding new task

Comments

@Asgoret
Copy link
Owner

Asgoret commented Sep 18, 2020

Тестовое задание для DevOps

Представьте, что в Kubernetes нет встроенного ресурса ReplicaSet.

Но Kubernetes позволяет создавать свои Custom resources.

Задача:

Необходимо реализовать фукциональность, аналогичную ReplicaSet, с помощью Custom resource и Custom controller.

Пользователь такого ресурса указывает:

  1. pod template .spec.template
  2. selector (по которому выбираются pod-ы) .spec.selector
  3. количество реплик .spec.replicas

Controller запускает и поддерживает заданное количество pod-ов, при необходимости запускает им замену.

При реализации необходимо использовать Operator SDK.

@Asgoret Asgoret added the Task Request for adding new task label Sep 18, 2020
@Asgoret Asgoret self-assigned this Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Request for adding new task
Projects
None yet
Development

No branches or pull requests

1 participant