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

Kubernetes 3 #8

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Kubernetes 3 #8

wants to merge 5 commits into from

Conversation

azatrg
Copy link
Collaborator

@azatrg azatrg commented Jun 2, 2022

Выполнено ДЗ №

  • Основное ДЗ
  • Задание со *

В процессе сделано:

  • Настроен Load Balancer
  • Настроен Ingress с https
  • Настроен volume для БД в виде persistentvolume, persistentvolumeclaim.

Как запустить проект:

kubectl apply -f ./kubernetes/reddit/dev-namespace.yml
kubectl apply -f ./kubernetes/reddit/ -n dev

Как проверить работоспособность:

Получить внешний_адрес - kubectl get ingress -n dev
перейти https://$внешний_адрес

PR checklist

  • Выставил label с номером домашнего задания
  • Выставил label с темой домашнего задания

azatrg added 5 commits May 8, 2022 11:29
2. Добавлен network policy - доступ к mongo только от comment,post
3. Добавлен PV к mongo deployment
…тестов.

2. Добавил файлы заглушки для прохождения автотестов - mongo-claim-dynamic.yml, storage-fast.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants