Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Kubernetes Agent deployment target for simplified deployments to Kubernetes #8628

Closed
3 tasks done
APErebus opened this issue Feb 14, 2024 · 1 comment
Closed
3 tasks done
Assignees
Labels
kind/enhancement This issue represents an enhancement we are committed to adding to Octopus as some time

Comments

@APErebus
Copy link

Prerequisites

  • I have searched open and closed issues to make sure it isn't already requested
  • My team has started working on this issue
  • I have written a descriptive issue title

The enhancement

The Need

Deploying to Kubernetes is complex with Octopus. We want to simplify it by addressing four friction points.

  1. Kubernetes target configuration, especially access to a cluster.
  2. Network access. Currently, workers need access to a cluster, so customers might need to allow this on their firewalls.
  3. Workers. Customers need workers for Kubernetes deployments. First of all, workers should be configured and managed. But also, they require extra configuration on each Kubernetes step.
  4. Tooling. Customers must provide a suitable execution container for their targets (e.g., the correct kubectl version).

Solution

We're adding a new Kubernetes deployment target — Kubernetes Agent.

  • The agent will run on a cluster.
  • It will require minimal configuration and will be installed with one Helm command.
  • It will work in the poll mode, i.e., initiate a session with Octopus Server from within the cluster.
  • The agent will execute deployments and choose the right tool for it — no need for workers or tool configuration.

Links

https://portal.productboard.com/octopusdeploy/1-octopus-deploy-roadmap/c/84-octopus-agent-for-kubernetes?utm_medium=social&utm_source=portal_share

@APErebus APErebus added the kind/enhancement This issue represents an enhancement we are committed to adding to Octopus as some time label Feb 14, 2024
@scme0 scme0 closed this as completed May 6, 2024
@Octobob
Copy link
Member

Octobob commented May 16, 2024

🎉 The fix for this issue has been released in:

Release stream Release
2024.2 2024.2.7658
2024.3+ all releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This issue represents an enhancement we are committed to adding to Octopus as some time
Projects
None yet
Development

No branches or pull requests

3 participants