Skip to content

Commit d1c1db6

Browse files
authored
1️⃣ [lw2] day #1 (#775)
* [lw2] day #1 * Product Hunt embed
1 parent abd869e commit d1c1db6

File tree

6 files changed

+38
-2
lines changed

6 files changed

+38
-2
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
<a href="https://www.linkedin.com/company/cyclops-ui">LinkedIn</a>
2121
</p>
2222

23+
<h4 align="center">🚀 We're launching on Product Hunt this Friday, March 14th! 🚀</h4>
24+
<p align="center" width="100%">
25+
<a href="https://www.producthunt.com/posts/cyclops-3?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-cyclops&#0045;3" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=934878&theme=light&t=1741601107320" alt="Cyclops - Open&#0045;Source&#0032;tool&#0032;for&#0032;building&#0032;Internal&#0032;Developer&#0032;Platforms | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
26+
</p>
27+
2328
## 🟠 What is Cyclops?
2429

2530
Cyclops is an open-source dev tool that simplifies Kubernetes with an easy-to-use UI, making it less intimidating. Instead of creating and configuring your Kubernetes manifests with YAML, use Cyclops to painlessly configure and deploy your applications - validations included!

web/blog/2025-03-04-launch-week-2/index.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Cyclops Launch Week #2"
33
authors: [jurajk]
44
---
55

6-
![launch-week-teaser](../../static/img/2025-03-04-launch-week-2/lw-teaser.png)
6+
![launch-week-teaser](../../static/img/2025-03-04-launch-week-2/lw-cover.png)
77

88
**Cyclops is having its second-ever Launch Week, starting on March 10th!**
99

@@ -12,3 +12,17 @@ Throughout the week, we’ll unveil a new feature of Cyclops every day - **five
1212
Features are not the only thing that we will be announcing. Behind the scenes, we have been making friends in the Kubernetes space...
1313

1414
Come back here each day to see what we launch, or follow us on [**X**](https://x.com/CyclopsUI) and [**LinkedIn**](https://www.linkedin.com/company/96014689/) to keep up to date and follow the hashtag **#cyclopslaunchweek2**
15+
16+
## #1 **Migrating Helm Releases to Modules**♻️
17+
18+
Cyclops already picks up on any installed **Helm releases in your cluster.** But when selecting a Helm release, you will notice a new button pop up in the top right corner!
19+
20+
With the release of this feature, you can easily **migrate your Helm releases to Cyclops’ modules!** (Yes, even in bulk!)
21+
22+
You will simply need to choose a template for your migration, and voila! Your applications will be migrated to Cyclops modules without even noticing. They won’t be redeployed and will continue running like nothing even happened.
23+
24+
![feature-1](../../static/img/2025-03-04-launch-week-2/day_1.gif)
25+
26+
But that is not the only news we bring! We are super happy to announce our newly established **partnership with Suse!** You can now find a familiar face in the **Rancher Marketplace** and install Cyclops in one click.
27+
28+
![rancher](../../static/img/2025-03-04-launch-week-2/rancher_mp.png)

web/src/pages/index.js

+18-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,24 @@ export default function Home() {
107107
>
108108
<h3 style={{margin: "0px 20px 0px 20px"}}>Get started</h3>
109109
</button>
110-
</div>
110+
<a
111+
href={
112+
"https://www.producthunt.com/posts/cyclops-3?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-cyclops&#0045;3"
113+
}
114+
target={"_blank"}
115+
style={{ zIndex: "1", margin: "15px" }}
116+
>
117+
<img
118+
src={
119+
"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=934878&theme=light&t=1741601107320"
120+
}
121+
alt="Cyclops - Open&#0045;Source&#0032;tool&#0032;for&#0032;building&#0032;Internal&#0032;Developer&#0032;Platforms | Product Hunt"
122+
style={{ width: "250px", height: "54px" }}
123+
width={"250"}
124+
height={"54"}
125+
/>
126+
</a>
127+
</div>
111128
<Comparison/>
112129
<div className={styles.backgroundcolor}>
113130
<Features />
Loading
Loading
Loading

0 commit comments

Comments
 (0)