Skip to content

Commit f5c4c4f

Browse files
committed
Create Blog “exposing-an-application-using-ingress-and-tls-termination-on-kubernetes-in-hpe-greenlake-for-private-cloud-enterprise”
1 parent aaf1e87 commit f5c4c4f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Exposing an application using Ingress and TLS termination on Kubernetes
3+
in HPE GreenLake for Private Cloud Enterprise
4+
date: 2024-02-21T09:22:08.283Z
5+
author: Guoping Jia
6+
authorimage: /img/guoping.png
7+
disable: false
8+
tags:
9+
- HPE GreenLake for Private Cloud Enterprise
10+
- Kubernetes
11+
- Ingress
12+
- Ingress Controller
13+
- TLS Termination
14+
---
15+
This blog post describes the process to expose an application that's deployed and runs on Kubernetes in HPE GreenLake for Private Cloud Enterprise to the external world.
16+
A Nginx app that serves as a Web server that prints out a customized application name will be used as a sample app to expose. The application itself will be deployed as
17+
the service type of ClusterIP, runnin on HTTP. Using cert-manager and TLS termination on configured MetalLB load balancer, the application will be exposed over HTTPS.
18+
19+
20+
21+
## Overview

0 commit comments

Comments
 (0)