Skip to content

Commit

Permalink
Ported beginning of k8s overview to new nav structure (and I want to …
Browse files Browse the repository at this point in the history
…test the publish workflow)
  • Loading branch information
MJRichardson committed Apr 17, 2024
1 parent d383cc3 commit d3ba1a0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/pages/docs/Kubernetes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,24 @@ modDate: 1000-01-01
title: Kubernetes
navTitle: Overview
navSection: Kubernetes
description: TBC
description: Octopus Deploy provides support for deploying Kubernetes resources.
navOrder: 570
hideInThisSectionHeader: true
---

Octopus Deploy makes it easy to manage your Kubernetes resources, whether you're starting simple or want complete control over a complex setup. You can [deploy Kubernetes resources](https://octopus.com/use-case/kubernetes) such as [deployments](/docs/deployments/kubernetes/deploy-container/), [services](/docs/deployments/kubernetes/deploy-service/), and [ingress](/docs/deployments/kubernetes/deploy-ingress), and run scripts against a Kubernetes cluster.

- Centralize your Kubernetes clusters and resources in a single place so you can focus on your applications and customers
- Adopt development best practices:
- Deploy to development, test, and production environments with automatic configuration updates ([variable substitution](/docs/projects/variables/variable-substitutions))
- Use built-in service accounts for simple and secure authentication
- Implement deployment patterns like blue/green, canary, and rolling deployments
- Automate routine maintenance and respond more quickly to emergencies:
- Octopus [runbooks](/docs/runbooks/) and [projects](/docs/projects) share the same variables and accounts to interact with your clusters
- Use pre-approved [kubectl](/docs/deployments/kubernetes/kubectl) scripts

:::figure
![Three screenshots from Octopus, showing the Google Cloud account configuration, Kubernetes deployment process, and a successful deployment to production.](/docs/deployments/kubernetes/image-octopus-gcp-kubernetes-2021-q3.png)
:::

## Get Started

0 comments on commit d3ba1a0

Please sign in to comment.