Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
dd163dcd49
|
|||
|
2e931f4d1e
|
|||
|
96391138a4
|
|||
|
348a288fa3
|
@@ -248,7 +248,7 @@ kubectl cluster-info
|
||||
|
||||
Once we are connected to the cluster, we can start deploying applications and managing resources. But before that
|
||||
I want to mention [Lens](https://k8slens.dev/) and [K9S](https://k9scli.io/).
|
||||
These two things will help you a lot to get into kubernetes. Becuase kubectl is great, no shit,
|
||||
These two things will help you a lot to get into kubernetes. Because kubectl is great, no shit,
|
||||
I'll be using it for showing everything what is going on.
|
||||
|
||||
But I highly recommend you to install `Lens` or `K9S` to have better overview of your cluster and resources.
|
||||
|
||||
@@ -15,14 +15,9 @@ ingress:
|
||||
tls:
|
||||
- hosts:
|
||||
- s3rius.blog
|
||||
- meme.s3rius.blog
|
||||
secretName: blog-tls
|
||||
hosts:
|
||||
- host: s3rius.blog
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
- host: meme.s3rius.blog
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
|
||||
Reference in New Issue
Block a user