This is the second post in the Policy-Based VPN series. In our first post we configured a policy-based VPN using …
The post Junos Policy-Based VPNs – Part 2 of 4 – Proxy-Identity appeared first on Fryguy's Blog.
An anonymous (for reasons that will be obvious pretty soon) commenter left a gem on my Disaster Recovery Test Faking blog post that is way too valuable to be left hidden and unannotated.
Here’s what he did:
Once I was tasked to do a DR test before handing over the solution to the customer. To simulate the loss of a data center I suggested to physically shutdown all core switches in the active data center.
Read more ...“Our chip enables other cloud vendors to compete against Amazon in a much better way,” Pensando...
The partnership aims to deliver fiber internet service to more than 100,000 premises by 2021.
The Federal Communications Commission formally approved T-Mobile US’ merger with Sprint but the...
"More than ready" might have been Commvault's printed tagline at this week's Go event, but company...
IBM, through the work of Edgar Codd, invented the ideas behind the relational database back in 1970. …
Is Amazon’s Database Strategy A Glimpse Into The Future? was written by Timothy Prickett Morgan at The Next Platform.
Recent reports have noted that Google, which has been a key contributor to both platforms, was not...
Ciena says its 800G-capable optics will increase Internet2's capacity and reduce operational costs...
The new security tool follows a slew of product upgrades and acquisitions as Google tries to...
The Telco Cloud is characterized as the existing core data centers transitioning to be more...
Huawei’s business continues to grow despite a sustained campaign by the U.S. government and some...
The European Exascale Processor Memory Node Design (ExaNoDe) project has wrapped up, delivering a prototype multi-chip-module (MCM) that integrates Arm cores, FPGAs, and 3D active interposer/chiplet technology. …
Europeans Add 3D Integration To Exascale Technology Stack was written by Michael Feldman at The Next Platform.
Last week I had a crazy idea: if kustomize can be used to modify YAML files like Kubernetes manifests, then could one use kustomize to modify a kubeadm configuration file, which is also a YAML manifest? So I asked about it in one of the Kubernetes-related channels in Slack at work, and as it turns out it’s not such a crazy idea after all! So, in this post, I’ll show you how to use kustomize to modify kubeadm configuration files.
If you aren’t already familiar with kustomize, I recommend having a look at this blog post, which provides an overview of this tool. For the base kubeadm configuration files to modify, I’ll use kubeadm configuration files from this post on setting up a Kubernetes 1.15 cluster with the AWS cloud provider.
While the blog post linked above provides an overview of kustomize, it certainly doesn’t cover all the functionality kustomize provides. In this particular use case—modifying kubeadm configuration files—the functionality described in the linked blog post doesn’t get you where you need to go. Instead, you’ll have to use the patching functionality of kustomize, which allows you to overwrite specific fields within the YAML definition Continue reading
Last week I had a crazy idea: if kustomize can be used to modify YAML files like Kubernetes manifests, then could one use kustomize to modify a kubeadm configuration file, which is also a YAML manifest? So I asked about it in one of the Kubernetes-related channels in Slack at work, and as it turns out it’s not such a crazy idea after all! So, in this post, I’ll show you how to use kustomize to modify kubeadm configuration files.
If you aren’t already familiar with kustomize, I recommend having a look at this blog post, which provides an overview of this tool. For the base kubeadm configuration files to modify, I’ll use kubeadm configuration files from this post on setting up a Kubernetes 1.15 cluster with the AWS cloud provider.
While the blog post linked above provides an overview of kustomize, it certainly doesn’t cover all the functionality kustomize provides. In this particular use case—modifying kubeadm configuration files—the functionality described in the linked blog post doesn’t get you where you need to go. Instead, you’ll have to use the patching functionality of kustomize, which allows you to overwrite specific fields within the YAML definition Continue reading