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

homework 3 #3

Merged
merged 2 commits into from
Jun 7, 2024
Merged

homework 3 #3

merged 2 commits into from
Jun 7, 2024

Conversation

niko2892
Copy link
Collaborator

@niko2892 niko2892 commented May 17, 2024

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

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

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

  • добавлена страница-заглушка для path: /homepage
  • в deployment.yaml заменена readinessProbe на httpGet
  • написаны манифесты service.yaml и ingress.yaml по заданию

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

  • включить миникуб minikube start
  • включить ингресс-контроллер minikube addons ingress
  • включить туннель в миникуб minikubu tunnel
  • добавить в hosts запись 127.0.0.1 homework.otus
  • выполнить kubectl label nodes minikube homework=true (для того точбы запустились поды, см. доп. задания из ДЗ №2)
  • перейти в папку с ДЗ №3 cd kubernetes-networks
  • выполнить команды:
    kubectl apply -f namespace.yaml
    kubectl apply -f configmap-nginx.yaml *я добавил страницу-заглушку, чтобы /homepage не возвращал 404
    kubectl apply -f deployment.yaml
    kubectl apply -f service.yaml
    kubectl apply -f ingress.yaml

для проверки задания со * нужно раскоментировать path: /index.html и annotations (6 и 7 строки) в ingress.yaml
и выполнить команду kubectl apply -f ingress.yaml

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

PR checklist:

  • [Сетевое взаимодействие Pod, сервисы ]

@heathrowv heathrowv merged commit a7e2eb0 into main Jun 7, 2024
1 check failed
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.

2 participants