Downloads:
25,515
Downloads of v 5.7.4:
955
Last Update:
12 Sep 2024
Package Maintainer(s):
Software Author(s):
- Rancher
Tags:
k3d k3s kubernetes k8s docker rancher cluster- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
k3d (Stable)
- 1
- 2
- 3
5.7.4 | Updated: 12 Sep 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
25,515
Downloads of v 5.7.4:
955
Maintainer(s):
Software Author(s):
- Rancher
k3d (Stable) 5.7.4
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Rancher. The inclusion of Rancher trademark(s), if any, upon this webpage is solely to identify Rancher goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install k3d (Stable), run the following command from the command line or from PowerShell:
To upgrade k3d (Stable), run the following command from the command line or from PowerShell:
To uninstall k3d (Stable), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download k3d --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade k3d -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade k3d -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install k3d
win_chocolatey:
name: k3d
version: '5.7.4'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'k3d' do
action :install
source 'INTERNAL REPO URL'
version '5.7.4'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller k3d
{
Name = "k3d"
Version = "5.7.4"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'k3d':
ensure => '5.7.4',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 19 Oct 2024.
k3d is a lightweight wrapper to run k3s
k3d is a lightweight wrapper to run k3s (Rancher Lab’s minimal Kubernetes distribution) in docker.
K3s is a highly available, certified Kubernetes distribution designed for production workloads in unattended, resource-constrained, remote locations or inside IoT appliances.
k3d makes it very easy to create single- and multi-node k3s clusters in docker, e.g. for local development on Kubernetes.
Website: https://k3d.io/
Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two please contact the maintainer(s) and let them know the package is no longer updating correctly.
From: https://github.com/rancher/k3d/blob/main/LICENSE
LICENSE
The MIT License (MIT)
Copyright © 2019-2020 Thorsten Klein <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to:
url:'https://github.com/k3d-io/k3d/releases/download/v5.7.4/k3d-windows-amd64.exe'
to download the executable.
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
checksumType:'sha256'
checksum:'2E45983BC7A9A0AC51E8484441CE9A7B7E5A2255ADF7842C0E6089459C80C9AC'
File 'license.txt' is obtained from:
https://github.com/rancher/k3d/blob/main/LICENSE
md5: 9CC49ABDECE5B49DBDDEB932330760B4 | sha1: 5555FCE980B50EFA13A3A02E3542079F9A83F8D7 | sha256: 2E45983BC7A9A0AC51E8484441CE9A7B7E5A2255ADF7842C0E6089459C80C9AC | sha512: E9E5CD5D965319C7591F406A945F2D54505CBB326C38E0B5B07D74D02DFFBB7FECE0475C79C0617DADD875B73AD64206CF0D823554AF529B02340648B512EACF
Log in or click on link to see number of positives.
- k3d.5.7.4.nupkg (d650de7a4a20) - ## / 70
- k3d.exe (2e45983bc7a9) - ## / 74
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
k3d (Stable) 5.7.4 | 955 | Thursday, September 12, 2024 | Approved | |
k3d (Stable) 5.7.3 | 527 | Friday, August 2, 2024 | Approved | |
k3d (Stable) 5.7.2 | 357 | Monday, July 15, 2024 | Approved | |
k3d (Stable) 5.7.1 | 311 | Friday, July 5, 2024 | Approved | |
k3d (Stable) 5.7.0 | 66 | Thursday, July 4, 2024 | Approved | |
k3d (Stable) 5.6.3 | 1409 | Wednesday, April 10, 2024 | Approved | |
k3d (Stable) 5.6.2 | 70 | Wednesday, April 10, 2024 | Approved | |
k3d (Stable) 5.6.0 | 3309 | Monday, August 21, 2023 | Approved | |
k3d (Stable) 5.5.2 | 329 | Thursday, August 3, 2023 | Approved | |
k3d (Stable) 5.5.1 | 1077 | Friday, May 26, 2023 | Approved | |
k3d (Stable) 5.4.6 | 4731 | Monday, August 29, 2022 | Approved | |
k3d (Stable) 5.4.4 | 835 | Monday, July 11, 2022 | Approved | |
k3d (Stable) 5.4.3 | 731 | Wednesday, June 8, 2022 | Approved | |
k3d (Stable) 5.4.2 | 175 | Sunday, June 5, 2022 | Approved | |
k3d (Stable) 5.4.1 | 1055 | Tuesday, March 29, 2022 | Approved | |
k3d (Stable) 5.4.0 | 127 | Monday, March 28, 2022 | Approved | |
k3d (Stable) 5.3.0 | 940 | Thursday, February 3, 2022 | Approved | |
k3d (Stable) 5.2.2 | 966 | Saturday, December 18, 2021 | Approved | |
k3d (Stable) 5.2.1 | 116 | Saturday, December 18, 2021 | Approved | |
k3d (Stable) 5.2.0 | 95 | Saturday, December 18, 2021 | Approved | |
k3d (Stable) 5.1.0 | 647 | Tuesday, November 9, 2021 | Approved | |
k3d (Stable) 5.0.3 | 311 | Friday, October 29, 2021 | Approved | |
k3d (Stable) 5.0.2 | 143 | Wednesday, October 27, 2021 | Approved | |
k3d (Stable) 5.0.1 | 376 | Thursday, October 14, 2021 | Approved | |
k3d (Stable) 5.0.0 | 288 | Tuesday, October 5, 2021 | Approved | |
k3d (Stable) 4.4.8 | 690 | Wednesday, August 25, 2021 | Approved | |
k3d (Stable) 4.4.7 | 580 | Friday, July 9, 2021 | Approved | |
k3d (Stable) 4.4.6 | 529 | Wednesday, June 16, 2021 | Approved | |
k3d (Stable) 4.4.5 | 186 | Sunday, June 13, 2021 | Approved | |
k3d (Stable) 4.4.4 | 464 | Wednesday, May 19, 2021 | Approved | |
k3d (Stable) 4.4.3 | 493 | Thursday, April 29, 2021 | Approved | |
k3d (Stable) 4.4.2 | 363 | Tuesday, April 20, 2021 | Approved | |
k3d (Stable) 4.4.1 | 269 | Wednesday, April 7, 2021 | Approved | |
k3d (Stable) 4.4.0 | 191 | Tuesday, March 30, 2021 | Approved | |
k3d (Stable) 4.3.0 | 449 | Thursday, March 11, 2021 | Approved | |
k3d (Stable) 4.2.0 | 424 | Wednesday, February 17, 2021 | Approved | |
k3d (Stable) 4.1.1 | 147 | Wednesday, February 17, 2021 | Approved | |
k3d (Stable) 4.1.0 | 108 | Wednesday, February 17, 2021 | Approved | |
k3d (Stable) 4.0.0 | 243 | Wednesday, February 17, 2021 | Approved | |
k3d.exe 3.4.0 | 402 | Monday, January 4, 2021 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about k3d (Stable) and the k3d (Stable) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or k3d (Stable), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.