mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-06 04:42:56 +02:00
link cleanup
This commit is contained in:
parent
ef4751d507
commit
fa28522ea8
4 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ description: This article describes various ways to install pomerium
|
|||
Pomerium is shipped in multiple formats and architectures to suit a variety of deployment patterns. There are two binaries:
|
||||
|
||||
- `pomerium` is the primary server component. It is a monolithic binary that can perform the function of any [services mode](/reference/readme.md#service-mode).
|
||||
- `pomerium-cli` (optional) is a command-line client for working with Pomerium. Functions include acting as an authentication helper for tools like [kubectl](topics/kubernetes-integration.md).
|
||||
- `pomerium-cli` (optional) is a command-line client for working with Pomerium. Functions include acting as an authentication helper for tools like [kubectl](/docs/k8s/readme.md).
|
||||
|
||||
|
||||
[[toc]]
|
||||
|
|
|
@ -75,7 +75,7 @@ localhost:52046>
|
|||
|
||||
You may specify an optional address and port for the `tcp` command to listen on.
|
||||
|
||||
`-` specifies that STDIN and STDOUT should be directly attached to the remote TCP connection. This is useful for [SSH](#ssh-helper-configuration) or for sending data through a shell pipe.
|
||||
`-` specifies that STDIN and STDOUT should be directly attached to the remote TCP connection. This is useful for [SSH](/docs/tcp/ssh.md#tunnel-and-connect-simultaneously) or for sending data through a shell pipe.
|
||||
|
||||
### Custom URL
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ Redis is a popular in-memory data structure store. It can be run locally or conf
|
|||
redis-cli -h localhost -p 6379
|
||||
```
|
||||
|
||||
This demonstrates access to a Redis server through Pomerium from the `redis-cli` tool. Pomerium Enterprise users can utilize [Service Accounts](/enterprise/service-accounts.md) to enable secure machine-to-machine communication of Redis services.
|
||||
This demonstrates access to a Redis server through Pomerium from the `redis-cli` tool. Pomerium Enterprise users can utilize [Service Accounts](/enterprise/reference/configure.md#service-accounts) to enable secure machine-to-machine communication of Redis services.
|
||||
|
||||
## More Resources
|
||||
|
||||
|
|
|
@ -160,7 +160,7 @@ If, while updating the open-source Pomerium values, you change any block's `serv
|
|||
kubectl delete svc pomerium-proxy
|
||||
```
|
||||
|
||||
[Pomerium using Helm]: /docs/install/helm.md
|
||||
[Pomerium using Helm]: /docs/k8s/helm.md
|
||||
[cert-manager]: https://cert-manager.io/docs/
|
||||
|
||||
### Generate Recovery Token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue