mirror of https://github.com/hashicorp/consul
updating NIA use case page
parent
4ce6f918a9
commit
3d3a29c72d
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 14 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 11 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 20 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 22 KiB |
|
@ -18,13 +18,53 @@ export default function NetworkInfrastructureAutomationPage() {
|
||||||
{
|
{
|
||||||
text: 'Learn More',
|
text: 'Learn More',
|
||||||
url:
|
url:
|
||||||
'https://learn.hashicorp.com/consul?track=integrations#integrations',
|
'https://learn.hashicorp.com/collections/consul/integrations',
|
||||||
type: 'outbound',
|
type: 'outbound',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}}
|
}}
|
||||||
image={{
|
image={{
|
||||||
url: require('./img/dynamic-load-balancing.svg?url'),
|
url: require('./img/DynamicLoadBalancing.svg?url'),
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
|
<TextSplitWithImage
|
||||||
|
textSplit={{
|
||||||
|
heading: 'Automated Firewalling',
|
||||||
|
content:
|
||||||
|
'Use Consul-Terraform-Sync to dynamically configure and apply firewall rules for newly added services.',
|
||||||
|
textSide: 'left',
|
||||||
|
links: [
|
||||||
|
{
|
||||||
|
text: 'Learn More',
|
||||||
|
url:
|
||||||
|
'/docs/nia',
|
||||||
|
type: 'outbound',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}}
|
||||||
|
image={{
|
||||||
|
url: require('./img/DynamicFirewalling.svg?url'),
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
|
<TextSplitWithImage
|
||||||
|
textSplit={{
|
||||||
|
heading: 'Health Checks Visibility',
|
||||||
|
content:
|
||||||
|
'Consul enables operators to gain real-time insights into the service definitions, health, and location of applications supported by the network.',
|
||||||
|
textSide: 'right',
|
||||||
|
links: [
|
||||||
|
{
|
||||||
|
text: 'Learn More',
|
||||||
|
url:
|
||||||
|
'https://www.hashicorp.com/integrations?product=consul&type=sdn',
|
||||||
|
type: 'outbound',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}}
|
||||||
|
image={{
|
||||||
|
url: require('./img/ConsulACI.svg?url'),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@ -37,13 +77,13 @@ export default function NetworkInfrastructureAutomationPage() {
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
text: 'Read More',
|
text: 'Read More',
|
||||||
url: '/docs/partnerships',
|
url: '/docs/nia-integrations',
|
||||||
type: 'inbound',
|
type: 'inbound',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}}
|
}}
|
||||||
image={{
|
image={{
|
||||||
url: require('./img/extend-through-ecosystem.svg?url'),
|
url: require('./img/NIA_logo_grid.svg?url'),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@ -78,7 +118,7 @@ export default function NetworkInfrastructureAutomationPage() {
|
||||||
{
|
{
|
||||||
text: 'Learn More',
|
text: 'Learn More',
|
||||||
url:
|
url:
|
||||||
'https://learn.hashicorp.com/consul?track=integrations#integrations',
|
'/docs/nia',
|
||||||
type: 'outbound',
|
type: 'outbound',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue