Загрузка страницы

Expose Spring Boot Micro Service Via NGINX ingress controller on Kubernetes Cluster

You will learn how to integrate spring boot with NGINX ingress controller on Kubernetes Cluster.

------------------------------------------------------------------------------------------------------------------------------
To install Nginx-ingress, apply the below commands

helm search nginx-ingress
Helm install stable/nginx-ingress --name=my-nginx --set rbc.create=true

------------------------------------------------------------------------------------------------------------------------------

MetalLB Installation: https://metallb.universe.tf/installation/

Installation By Manifest

To install MetalLB, apply the manifest:

kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.9.3/manifests/namespace.yaml
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.9.3/manifests/metallb.yaml
# On first install only
kubectl create secret generic -n metallb-system memberlist --from-literal=secretkey="$(openssl rand -base64 128)"

The installation manifest does not include a configuration file. MetalLB’s components will still start, but will remain idle until you define and deploy a configmap.

apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: default
protocol: layer2
addresses:
- 192.168.1.240-192.168.1.250
---------------------------------------------------------------------------------------------------------------------------------

apiVersion: networking.k8s.io/v1beta1 # for versions before 1.14 use extensions/v1beta1
kind: Ingress
metadata:
name: example-ingress
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
rules:
- host: springboot-ingress-k8s.info
http:
paths:
- path: /
backend:
serviceName: springboot-postgres-k8s
servicePort: 8080

--------------------------

My Top Playlists:
Spring Boot with Angular : https://youtube.com/playlist?list=PL4TnYdea-xTLI6sC-K78PprPMD0RljCYh

Spring Boot with Docker & Docker Compose : https://youtube.com/playlist?list=PL4TnYdea-xTJ35eW6UbWAROBIp3KENejp

Spring Boot with Kubernetes : https://youtube.com/playlist?list=PL4TnYdea-xTJ-aXZ2_ZcV27ah4KNgS-uR

Spring Boot with AWS : https://youtube.com/playlist?list=PL4TnYdea-xTJpaL2XigZ2ulcPyoRPjHAI

Spring Boot with Azure : https://youtube.com/playlist?list=PL4TnYdea-xTKqVwGI09Vm8jX9JA1QEAh8

Spring Data with Redis : https://youtube.com/playlist?list=PL4TnYdea-xTI6N9GNvod1NDB_jUs5OMoO

Spring Boot with Apache Kafka : https://youtube.com/playlist?list=PL4TnYdea-xTI-vUWgIoaDQOpC4PlK31md

Spring Boot with Resilience4J : https://youtube.com/playlist?list=PL4TnYdea-xTLGklgQfWW8ZgpQXm8-FOHt

Видео Expose Spring Boot Micro Service Via NGINX ingress controller on Kubernetes Cluster канала Techno Town Techie
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
6 июля 2020 г. 9:23:00
00:25:13
Другие видео канала
Kubernetes Ingress Tutorial for Beginners | simply explained  | Kubernetes Tutorial 22Kubernetes Ingress Tutorial for Beginners | simply explained | Kubernetes Tutorial 22Spring Boot + RabbitMQ Publisher & Subscriber Example | Implement All RabbitMQ Exchange Types | AMQPSpring Boot + RabbitMQ Publisher & Subscriber Example | Implement All RabbitMQ Exchange Types | AMQPEvent-driven Architectures on Apache Kafka with Spring BootEvent-driven Architectures on Apache Kafka with Spring BootCICD Pipeline To Deploy To Kubernetes Cluster Using Jenkins | Jenkins Kubernetes IntegrationCICD Pipeline To Deploy To Kubernetes Cluster Using Jenkins | Jenkins Kubernetes IntegrationKubernetes Ingress Explained Completely For Beginners - UpdatedKubernetes Ingress Explained Completely For Beginners - UpdatedKubernetes Ingress Resources | Using Ingress resources to expose your applicationKubernetes Ingress Resources | Using Ingress resources to expose your applicationSpring Cloud Kubernetes | ConfigMaps | Config Server in Kubernetes | Tech PrimersSpring Cloud Kubernetes | ConfigMaps | Config Server in Kubernetes | Tech PrimersKubernetes Multi Container Deployment | React | Node.js | Postgres | Ingress Nginx | step by stepKubernetes Multi Container Deployment | React | Node.js | Postgres | Ingress Nginx | step by stepBuild you Spring Boot Microservice with Kubernetes in 10 minutes | Microservices #1Build you Spring Boot Microservice with Kubernetes in 10 minutes | Microservices #1Docker, Spring Boot, docker-compose.yml and publish to https//hub.docker.comDocker, Spring Boot, docker-compose.yml and publish to https//hub.docker.comdeploying micro services application on kubernetes using helm chartsdeploying micro services application on kubernetes using helm chartsAmazon API Gateway | Access Your Spring Boot Microservice | JavaTechieAmazon API Gateway | Access Your Spring Boot Microservice | JavaTechieKubernetes Tutorial | Run & Deploy Spring Boot Application in K8s Cluster using yaml configurationKubernetes Tutorial | Run & Deploy Spring Boot Application in K8s Cluster using yaml configurationDeploying Spring Boot in Kubernetes | Google Kubernetes Engine | K8s Primers | Tech PrimersDeploying Spring Boot in Kubernetes | Google Kubernetes Engine | K8s Primers | Tech PrimersIntroduction to Amazon EKS Kubernetes for beginnersIntroduction to Amazon EKS Kubernetes for beginnersHow to setup domain name or path based routing on ingress controller for Kubernetes ClusterHow to setup domain name or path based routing on ingress controller for Kubernetes Cluster[ Kube 25 Discussion 2 ] Deploying to Kubernetes cluster using Jenkins[ Kube 25 Discussion 2 ] Deploying to Kubernetes cluster using JenkinsAWS EKS - Create Kubernetes cluster on Amazon EKS | the easy wayAWS EKS - Create Kubernetes cluster on Amazon EKS | the easy waySpring Data Cassandra CRUD API with DockerSpring Data Cassandra CRUD API with DockerHow load balancing and service discovery works in KubernetesHow load balancing and service discovery works in Kubernetes
Яндекс.Метрика