Skip to content

Commit ebf5523

Browse files
committed
#1452 Adds Blog Post About Vagrant Removal
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 50cdb1d commit ebf5523

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
# SPDX-FileCopyrightText: the secureCodeBox authors
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
6+
title: We Remove Vagrant Setup
7+
author: Sven Strittmatter
8+
author_title: Core Developer
9+
author_url: https://github.com/Weltraumschaf
10+
author_image_url: https://www.gravatar.com/avatar/3fe213284598b5cb69009665902c77a1
11+
tags:
12+
- eol
13+
- macos
14+
description: We remove the Vagrant All-in-One Setup completely.
15+
---
16+
17+
**TL;DR** We remove the Vagrant All-in-One Setup completely.
18+
19+
<!--truncate-->
20+
21+
Since the introduction of Apple Silicon CPUs we couldn't run [Vagrant][vagrant] with [Virtualbox][virtualbox] anymore because Virtualbox is not ported on ARM at the moment. This may change in the future. I've also tried to get Vagrant up and running with other hypervisors (e.g. VMWare, QEMU), but didn't worked out well 😫
22+
23+
Since the setup of _secureCodeBox_ with [Minikube][minikube], [Kind][kind] or [Colima][colima] is quite easy we drop Vagrant completely. With Colima, you can also run x86 images easily on arm hist as described in [Run x86 Images With Kubernetes on Apple Silicon][colima-setup].
24+
25+
To be honest, using VMs is so 20th century like 😬
26+
27+
[vagrant]: https://www.vagrantup.com/
28+
[virtualbox]: https://www.virtualbox.org/
29+
[colima]: https://github.com/abiosoft/colima
30+
[colima-setup]: /blog/2024/10/25/run-x86-images-with-kubernetes-on-apple-silicon
31+
[minikube]: https://minikube.sigs.k8s.io/docs/start/?arch=%2Fmacos%2Fx86-64%2Fstable%2Fbinary+download
32+
[kind]: https://kind.sigs.k8s.io/

0 commit comments

Comments
 (0)