This one terrifies me every time… When you pass a car going the opposite way, and it basically looks wike the steering wheel have a wig on… It’s always an old woman… Can they even see the road? Or are they navigating using the sky?
This one terrifies me every time… When you pass a car going the opposite way, and it basically looks wike the steering wheel have a wig on… It’s always an old woman… Can they even see the road? Or are they navigating using the sky?
This is a useless comment… This issue has nothing to do with the brand of printer you bought, and everything to do with the settings of your printer and whether the filament is wet. A well tuned Ender will print better than a much more expensive badly configured printe with wet filament. Of course there are printers now that are much easier to get good results with, especially because they come with build in filament dryers, and automatic tuning.
I really don’t see much benefit to running two clusters.
I’m also running single clusters with multiple ingress controllers both at home and at work.
If you are concerned with blast radius, you should probably first look into setting up Network Policies to ensure that pods can’t talk to things they shouldn’t.
There is of course still the risk of something escaping the container, but the risk is rather low in comparison. There are options out there for hardening the container runtime further.
You might also look into adding things that can monitor the cluster for intrusions or prevent them. Stuff like running CrowdSec on your ingresses, and using Falco to watch for various malicious behaviour.
This, but for playing VR games
You mean Pozidriv?
ZFS doesn’t really support mismatched disks. In OP’s case it would behave as if it was 4x 2TB disks, making 4 TB of raw storage unusable, with 1 disk of parity that would yield 6TB of usable storage. In the future the 2x 2TB disks could be swapped with 4 TB disks, and then ZFS would make use of all the storage, yielding 12 TB of usable storage.
BTRFS handles mismatched disks just fine, however it’s RAID5 and RAID6 modes are still partially broken. RAID1 works fine, but results in half the storage being used for parity, so this would again yield a total of 6TB usable with the current disks.
SSD longevity seems to be better than HDDs overall. The limiting factor is how many write cycles the SSD can handle, but in most cases the write endurance is so high that it’s unreachable by most home/NAS systems.
SSDs are however really bad for cold storage, as they will lose the charge stored in their cells if left unpowered too long. When the SSD is powered it will automatically refresh the cells in the background to ensure they don’t lose their charge.
Since you are talking about pods, you are obviously emitting all your logs on stdout and stderr, and you have of course also labeled your pods nicely, so grepping all 36 gods is as easy as kubectl logs -l <label-key>=<label-value> | grep <search-term>
Are you familiar with the concept of a caffé latte?
Ghost in the Shell is rapidly becoming a documentary.
My home-assistant installation alone is too much for my Raspberry Pi 3. It depends entirely on how much data it’s processing and needing to keep in memory.
Octoprint needs to respond in a timely manner, so you will want to have the system mostly idle (at least below 60 percent CPU at all times), preferably octoprint should be the only thing running on the system unless it’s rather powerful.
If I were you, I would install octoprint exclusively on your Raspberry Pi 3, and then buy a Raspberry Pi 4 for the other services.
I’m running Pi-hole and a wireguard VPN on an old Raspberry Pi 2, which is perfectly fine if you are not expecting gigabit speeds on the VPN.
Yeah agreed… Now the cable takes up space in all three directions, where as if you just use a good old cable tie, it will mostly take up space in one direction…
I could see some point in using it to bundle up a bunch of cables under a table, so they are in one nice bundle and you can’t easily open the clip and take out one of the cables, but not for storage.
Ah, you’re on Windows, I completely missed that from your original post… Then it makes complete sense.
Can I ask why you say that Docker is “too much”?
Docker generally simplifies the installation and deployment of very many applications, and makes upgrades of the apps extremely easy.
And it has an extremely low overhead…
Sure, there’s also the scratch image, which is entirely empty… So if your app is just a single statically linked binary, your entire container contents can be a single binary.
The busybox image is also more barebones than alpine, but still has a couple of basic tools.
Containers can be entirely without anything. Some containers only contain the binary that gets executed. But many containers do contain pretty much a full distribution, but I have yet to see a container with a password hash in its /etc/shadow file…
So while the container has a root account, it doesn’t have any login at all, no password, no ssh key, nothing.
Correct!
While shorter lived certs certainly improve the general security, certificate revocation lists are what you need if a cert gets compromised.
You can usually draw a significantly heavier compound than recurve or longbow, because the weight drops off when the bow is fully drawn.
I would say that most regular adults would be able to draw a 42# compound with no prior training.