updating NIA use case page
This commit is contained in:
parent
713c50ef7b
commit
d3f74c4227
Binary file not shown.
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',
|
||||
url:
|
||||
'https://learn.hashicorp.com/consul?track=integrations#integrations',
|
||||
'https://learn.hashicorp.com/collections/consul/integrations',
|
||||
type: 'outbound',
|
||||
},
|
||||
],
|
||||
}}
|
||||
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: [
|
||||
{
|
||||
text: 'Read More',
|
||||
url: '/docs/partnerships',
|
||||
url: '/docs/nia-integrations',
|
||||
type: 'inbound',
|
||||
},
|
||||
],
|
||||
}}
|
||||
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',
|
||||
url:
|
||||
'https://learn.hashicorp.com/consul?track=integrations#integrations',
|
||||
'/docs/nia',
|
||||
type: 'outbound',
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue