Skip to content

Commit

Permalink
Adding a few corrections that I found in virtual_environments.md (#27)
Browse files Browse the repository at this point in the history
Some minor documentation corrections.
  • Loading branch information
BryanFauble authored Apr 10, 2024
1 parent ced5e7c commit cb1cb3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/concepts/virtual_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ elements of KubeFox environments:
KubeFox Environments serve largely as containers for environment variables
and secrets that will be shared across KubeFox Virtual Environments (VEs).

Environments often map to Kubernetes namespaces and traditionaal environments.
Environments often map to Kubernetes namespaces and traditional environments.

2. **Virtual Environments**

Expand Down Expand Up @@ -130,8 +130,8 @@ and shift their
workloads - including for deployments that have already occurred.

KubeFox segregates the developer sandboxes while leveraging its capabilities to
distill the number of Pods running to only those that are unique and necessary
(this is discussed in greater depth both in [Versioned
distill the number of Pods running to only those that are unique and necessary.
This is discussed in greater depth both in [Versioned
Deployments](versioned_deployments.md) and [Deployment
Distillation](deployment_distillation.md).

Expand All @@ -149,7 +149,7 @@ A KubeFox [Release](index.md#release)
results in all default traffic being directed to the released version of the App. So
for instance, we might access the home page of the released App with a command like:

curl "http://localhost:8080/dev/index.html"
curl "http://localhost:8080/dev/index.html"

By the way, you can see some extra real estate in the Web UI
module - you'll see why in a moment.
Expand Down

0 comments on commit cb1cb3c

Please sign in to comment.