Skip to content

Commit

Permalink
Merge pull request #4296 from randychilau/citrix-svg
Browse files Browse the repository at this point in the history
Fixes for issues #3286, #3663, Partner Page SVG Transitions, and Catalog Page Transitions
  • Loading branch information
Shivam-AfA committed Jun 18, 2023
2 parents 08b9229 + 481f033 commit 0a6eb0a
Show file tree
Hide file tree
Showing 17 changed files with 310 additions and 71 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ videos: 4
lectures: 12
order: 1
---

import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
import InstallIstio from "../../../../src/assets/images/learn-layer5/istio/install-istio1.webp";
import IstioDeploy from "../../../../src/assets/images/learn-layer5/istio/install-istio2.webp";
Expand Down Expand Up @@ -34,7 +34,6 @@ Optional (manual install of Istio):

Using Meshery, select `Istio` from the `Lifecycle` menu.


In the Istio management page:

1. Type `istio-system` into the namespace field.
Expand All @@ -44,12 +43,13 @@ In the Istio management page:
<img src={InstallIstio} width="70%" align="center" />
</a>

3. Click the `Deploy` button on the confirmation modal.

<a href={IstioDeploy}>
<img src={IstioDeploy} width="70%" align="center" />
3. Click the `Deploy` button on the confirmation modal.

{" "}
<a href={IstioDeploy}>
<img src={IstioDeploy} width="70%" align="center" />
</a>

<h3>Alternative:Manual installation</h3>
Perform the below steps if the above steps doesn't work for you.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions src/assets/images/partners/citrix-colorMode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
113 changes: 113 additions & 0 deletions src/assets/images/partners/metabit-trading-logo-colorMode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ tags:
featured: false
published: true
resource: true

---

import { ResourcesWrapper } from "../../Resources.style.js";
import { Link } from "gatsby";
import Button from "../../../../reusecore/Button";

<ResourceWrapper>
<ResourcesWrapper>
<p>
Terraform is a powerful tool that helps users manage and provision infrastructure resources in a consistent and efficient manner. With Terraform, you can define your infrastructure as code, using human-readable configuration files that can be versioned, shared, and reused. This makes it easy to create, modify, and manage your infrastructure resources, whether they are cloud-based or on-premises.
</p>
Expand All @@ -30,23 +30,23 @@ import Button from "../../../../reusecore/Button";
</div>

<p>
One way to further enhance your use of Terraform is by integrating it with Meshery. Meshery is a cloud-native management platform that provides a unified interface for managing and monitoring your infrastructure resources, including those managed by Terraform. By integrating Terraform with Meshery, you can leverage the power and flexibility of both tools to streamline your infrastructure management process.
One way to further enhance your use of Terraform is by integrating it with Meshery. Meshery is a cloud-native management platform that provides a unified interface for managing and monitoring your infrastructure resources, including those managed by Terraform. By integrating Terraform with Meshery, you can leverage the power and flexibility of both tools to streamline your infrastructure management process.
</p>

<p>
One of the key benefits of using Terraform with Meshery is the ability to manage and monitor your infrastructure resources in a consistent and centralized manner. With Meshery, you can view and manage all of your infrastructure resources, whether they are managed by Terraform or other tools, from a single dashboard. This allows you to quickly identify any issues or potential problems with your infrastructure, and take action to resolve them in a timely manner.
One of the key benefits of using Terraform with Meshery is the ability to manage and monitor infrastructure resources in a consistent and centralized manner. With Meshery, you can view and manage all of your infrastructure resources, whether they are managed by Terraform or other tools, from a single dashboard. This allows you to quickly identify any issues or potential problems with your infrastructure, and take action to resolve them in a timely manner.
</p>

<p>
Another benefit of using Terraform with Meshery is the ability to automate your infrastructure management process. With Meshery, you can create and manage automated pipelines for provisioning and managing your infrastructure resources. This can help to reduce the time and effort required to manage your infrastructure, and allow you to focus on other important tasks.
Another benefit of using Terraform with Meshery is the ability to automate your infrastructure management process. With Meshery, you can create and manage automated pipelines for provisioning and managing your infrastructure resources. This can help to reduce the time and effort required to manage your infrastructure, and allow you to focus on other important tasks.
</p>

<p>
In addition to these benefits, using Terraform with Meshery also provides a number of other advantages. For example, Meshery integrates with a wide range of tools and platforms, allowing you to easily incorporate your existing infrastructure resources into your management process. This can help to reduce the complexity of managing your infrastructure, and make it easier to keep everything running smoothly.
In addition to these benefits, using Terraform with Meshery also provides a number of other advantages. For example, Meshery integrates with a wide range of tools and platforms, allowing you to easily incorporate your existing infrastructure resources into your management process. This can help to reduce the complexity of managing your infrastructure, and make it easier to keep everything running smoothly.
</p>

<p>
Overall, the use of Terraform with Meshery can help to streamline and improve your infrastructure management process. By integrating these two powerful tools, you can gain greater visibility and control over your infrastructure resources, and automate many of the tasks involved in managing them. This can help to reduce the time and effort required to manage your infrastructure, and allow you to focus on other important tasks. So, it is a good idea to use Terraform with Meshery to improve the efficiency and effectiveness of your infrastructure management process.
Overall, the use of Terraform with Meshery can help to streamline and improve your infrastructure management process. By integrating these two powerful tools, you can gain greater visibility and control over your infrastructure resources, and automate many of the tasks involved in managing them. This can help to reduce the time and effort required to manage your infrastructure, and allow you to focus on other important tasks. So, it is a good idea to use Terraform with Meshery to improve the efficiency and effectiveness of your infrastructure management process.
</p>

</ResourceWrapper>
</ResourcesWrapper>
Loading

0 comments on commit 0a6eb0a

Please sign in to comment.